mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user