diff options
author | Bradley Smith | 2008-07-12 16:02:07 +0100 |
---|---|---|
committer | Bradley Smith | 2008-07-12 16:02:07 +0100 |
commit | 5d728cff0b79b1ff19cec71b3de7ae903278ca9b (patch) | |
tree | 7f0d142bed4b74cd14dad71a0f767d47665ddc40 | |
parent | Remove the -Wfatal-errors flag so that it compiles under cygwin with gcc 3.4.4. (diff) | |
download | gnurobots-5d728cff0b79b1ff19cec71b3de7ae903278ca9b.tar.gz |
Improve bootstrapping script.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
-rwxr-xr-x | bootstrap.sh | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 0c24e30..19433f7 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -128,11 +128,8 @@ automake -a -c || { cd $BUILDDIR # now remove the cache, because it can be considered dangerous in this case -echo "+ removing config.cache ... " -rm -f config.cache - -echo -echo "Now type './configure && make' to compile." +echo "+ Tidying up" +rm -rf config.cache config.h.in~ autom4te.cache exit 0 |