summaryrefslogtreecommitdiffstats
path: root/appliance/update.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* ubuntu: Remove bogus debirf file.Richard Jones2010-09-131-0/+1
|
* build: remove trailing blank lines; enable the syntax-check ruleJim Meyering2009-08-041-1/+0
| | | | | | | | | | | | | | * cfg.mk (disable_temporarily): Remove sc_prohibit_trailing_blank_lines. * appliance/Makefile.am: Remove trailing blank line(s). * appliance/debian/modules/y0_install-guestfsd: Likewise. * appliance/make.sh.in: Likewise. * appliance/packagelist.in: Likewise. * appliance/update.sh.in: Likewise. * haskell/run-bindtests: Likewise. * ocaml/run-bindtests: Likewise. * python/run-python-tests: Likewise. * recipes/squashfs.example: Likewise. * ruby/run-ruby-tests: Likewise.
* Make it possible to build in a separate directoryMatthew Booth2009-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | This patch allows you to do: mkdir build cd build ../configure ... make This will output all generated files to the build directory. Given that autogen automatically runs configure, you can also do: BUILDDIR=./build ./autogen.sh which will do the right thing. Also: * Fix a dependency bug which means that guestfs_protocol.h isn't automatically rebuilt. * Re-running autogen.sh with no arguments won't blow away your previous configure arguments.
* Don't rebuild the whole appliance if just the /init script has been changed.Richard W.M. Jones2009-07-021-2/+5
|
* Build Debian based appliance using debirfGuido Günther2009-07-021-8/+18
|
* Rename (make|update)-initramfs.sh.in -> (make|update).sh.inRichard Jones2009-06-131-0/+36