appliance: Fix 'make clean' in appliance subdirectory.

Commit 71dfd73042 broke 'make clean' in
the appliance subdirectory, so it would remove all the supermin.d/*
files, but without removing stamp-supermin so you couldn't rebuild
supermin.d/ with a 'make' afterwards.

In any case, 'make clean' is not supposed to delete the appliance
(which is expensive to rebuild).

Fix this so that 'make clean' doesn't remove supermin.d/* files.
'make distclean' can be used to delete this, and since it also removes
stamp-supermin, it will be recreated properly by 'make'.
This commit is contained in:
Richard W.M. Jones
2014-03-13 09:13:04 +00:00
parent a13109c260
commit 04aaa6ddfc

View File

@@ -140,5 +140,8 @@ stamp-libguestfs-make-fixed-appliance.pod: libguestfs-make-fixed-appliance.pod
CLEANFILES = \
*~ \
libguestfs-make-fixed-appliance.1 \
stamp-libguestfs-make-fixed-appliance.pod \
stamp-libguestfs-make-fixed-appliance.pod
DISTCLEANFILES = \
stamp-supermin \
supermin.d/*