From 40d270b0113f1e30319909b2d51adb5a57079cd1 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 14 May 2010 15:15:47 +0100 Subject: [PATCH] Ensure ordinary appliance is updated before trying to build supermin appliance. --- appliance/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 157c875..72dfc71 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -87,13 +87,13 @@ packagelist: packagelist.in if SUPERMIN supermin.d/base.img supermin.d/hostfiles: stamp-supermin -stamp-supermin: $(top_builddir)/initramfs/fakeroot.log $(top_builddir)/initramfs/init +stamp-supermin: $(INITRAMFSIMG) mkdir -p supermin.d rm -f $@ supermin.d/base.img supermin.d/hostfiles febootstrap-to-supermin $(top_builddir)/initramfs supermin.d/base.img supermin.d/hostfiles touch $@ -supermin.d/daemon.img: $(top_builddir)/initramfs/sbin/guestfsd +supermin.d/daemon.img: $(INITRAMFSIMG) mkdir -p supermin.d rm -f $@ $@-t (cd $(top_builddir)/initramfs && \ -- 1.8.3.1