mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
appliance: Add comment and clean-supermin-appliance rule.
Add a comment to appliance/Makefile.am describing the purpose of this directory. Add a 'make clean-supermin-appliance' rule which forces the supermin appliance to be reprepared from scratch. See the discussion here: https://www.redhat.com/archives/libguestfs/2016-February/msg00264.html
This commit is contained in:
@@ -15,6 +15,18 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
# This subdirectory builds the appliance. It is first prepared as a
|
||||
# supermin appliance (appliance/supermin.d/*), and then the supermin
|
||||
# appliance is built into a full fat appliance in $TMPDIR/.guestfs-*
|
||||
# (which is under tmp/ if you are using the ./run script).
|
||||
#
|
||||
# Because preparing the supermin appliance is expensive, even
|
||||
# `make clean' does not delete it. If you want to force the supermin
|
||||
# appliance to be reprepared, do:
|
||||
#
|
||||
# make -C appliance clean-supermin-appliance
|
||||
# make -C appliance
|
||||
|
||||
include $(top_srcdir)/subdir-rules.mk
|
||||
|
||||
EXTRA_DIST = \
|
||||
@@ -54,6 +66,9 @@ stamp-supermin: make.sh packagelist supermin.d/excludefiles
|
||||
supermin.d/udev-rules.tar.gz
|
||||
touch $@
|
||||
|
||||
clean-supermin-appliance:
|
||||
rm -f stamp-supermin
|
||||
|
||||
# This used to be a configure-generated file. However config.status
|
||||
# always touches the destination file, which means the appliance got
|
||||
# rebuilt too often.
|
||||
|
||||
Reference in New Issue
Block a user