From 5d728cff0b79b1ff19cec71b3de7ae903278ca9b Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Sat, 12 Jul 2008 16:02:07 +0100 Subject: Improve bootstrapping script. Signed-off-by: Bradley Smith --- bootstrap.sh | 7 ++----- 1 file 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 -- cgit v1.1