build.sh: add -f flag to append list of modules to a file.
commit5dad5c04cb409880c2658a8747f57ff243a396c5
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 12 Mar 2009 22:31:34 +0000 (13 08:31 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 17 Mar 2009 03:24:19 +0000 (17 13:24 +1000)
treec2cc26e26cf0c887f828f7d82ca08965d352a729
parentf7d026e639d56f4534435e3450924c5b111ba7bb
build.sh: add -f flag to append list of modules to a file.

Append the module being built (e.g. lib/libX11) to the file specified with
-f. If the build fails, resuming the build is as easy as build.sh -r `tail -n
1 filename` ...

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Ian Romanick <ian.d.romanick@intel.com>
build.sh