Fix appliance build dependency problem
authorMatthew Booth <mbooth@redhat.com>
Tue, 21 Sep 2010 09:50:41 +0000 (10:50 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Sep 2010 09:56:47 +0000 (10:56 +0100)
commitd1c2287fe4636db9a54888e71fb150984f00b0e4
tree13aafc2f50020346db6a6ac4ef7d6315f5253ef0
parentff4ae8633e0ca7c1e679870600830ee4d9f1cd71
Fix appliance build dependency problem

The appliance was being completely rebuilt every time guestfsd was updated. This
was because make.sh depended on guestfsd, which it had to do because it
called update.sh to install guestfsd.

This fix removes the call to update.sh in make.sh, and therefore the dependency
on guestfsd. The Makefile already includes a rule to run update.sh when guestfsd
is updated, so this was unnecessary.
appliance/Makefile.am
appliance/make.sh.in