appliance: Don't rebuild the appliance every time configure runs.
authorRichard Jones <rjones@redhat.com>
Fri, 30 Oct 2009 17:11:02 +0000 (17:11 +0000)
committerRichard Jones <rjones@redhat.com>
Mon, 2 Nov 2009 16:36:37 +0000 (16:36 +0000)
commitff704b2291680ca52051452abbce033953f65f3e
tree5d7fd365fe93276a71923f74cdd96937dfb2d82a
parent7ab898c286b846bdfc3f8d5f8f611f293e12df35
appliance: Don't rebuild the appliance every time configure runs.

config.status touches make.sh each time it runs, even if the
resulting script would not change.  This causes the appliance
to get rebuilt much more frequently than is necessary.

There's no way to stop configure running, but we can move the
config.status command into a Makefile rule to stop this
undesirable behaviour.
appliance/Makefile.am
configure.ac