summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap.sh7
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