Add several new record features
[ghc-hetmet.git] / boot
diff --git a/boot b/boot
index dc7c9c0..262ae52 100644 (file)
--- a/boot
+++ b/boot
@@ -12,11 +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 ../..