Add a push-all script
[ghc-hetmet.git] / boot
diff --git a/boot b/boot
index 11e1785..262ae52 100644 (file)
--- a/boot
+++ b/boot
@@ -12,13 +12,16 @@ do
     fi
 done
 
+chmod +x push-all
 chmod +x rts/gmp/configure
 
+echo "Booting ."
 autoreconf
 
 for lib in libraries/*; do
     if test -e $lib/configure.ac
     then
+        echo "Booting $lib"
         cd $lib
         autoreconf
         cd ../..