Skip to content

Commit 48749b7

Browse files
committed
build: Remove appliance in 'make clean'
These rules were removed for some reason when I split guestfs-tools from the libguestfs sources. However that meant that after 'make clean' you'd still have the cached appliance and other files under tmp/. Re-add the rules.
1 parent b55c2a9 commit 48749b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile.am

+5
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@ CLEANFILES += \
149149
pod2htm?.tmp
150150

151151
clean-local:
152+
-rm -rf tmp/libguestfs??????
153+
-rm -rf tmp/guestfs.*
154+
-rm -rf tmp/.guestfs-*
155+
-rm -rf tmp/null.*
156+
-find tmp -type s -delete
152157
-find . -name '*~' -delete
153158

154159
# Tests.

0 commit comments

Comments
 (0)