search for: 172f0cf

Displaying 1 result from an estimated 1 matches for "172f0cf".

2010 Sep 21
1
[PATCH] Fix appliance build dependency problem
...e Makefile already includes a rule to run update.sh when guestfsd is updated, so this was unnecessary. --- appliance/Makefile.am | 2 +- appliance/make.sh.in | 4 ---- 2 files changed, 1 insertions(+), 5 deletions(-) diff --git a/appliance/Makefile.am b/appliance/Makefile.am index bbf3c24..172f0cf 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -53,7 +53,7 @@ VMLINUZ = vmlinuz.$(REPO).$(host_cpu) # This is for building the normal appliance: $(INITRAMFSIMG) $(VMLINUZ): $(top_builddir)/initramfs/fakeroot.log -$(top_builddir)/initramfs/fakeroot.log: make.sh kmod.whitelist...