]> git.sur5r.net Git - kconfig-frontends/commitdiff
bootstrap: cleanup
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun, 26 Feb 2012 17:13:40 +0000 (18:13 +0100)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Sun, 26 Feb 2012 17:13:40 +0000 (18:13 +0100)
A bit of re-organisation in bootstrap.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
bootstrap

index 004202002bb47948b1a26c884da6d1e3f5affdde..b9dcbaf6229be8c6ee1378eea0000a6bcebb0046 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -14,7 +14,9 @@ printf "Running autoheader...\n"
 autoheader -Wall --force
 
 printf "Running automake...\n"
-mkdir -p scripts
 automake --foreign --add-missing --copy -Wall --force
 
+# Cleanup the mess... :-(
+rm -rf autom4te.cache
+
 printf "Done. You may now run:\n    ./configure\n"