Say where we're booting to aid debugging
authorIan Lynagh <igloo@earth.li>
Thu, 24 May 2007 17:50:31 +0000 (17:50 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 24 May 2007 17:50:31 +0000 (17:50 +0000)
boot

diff --git a/boot b/boot
index 11e1785..600469d 100644 (file)
--- a/boot
+++ b/boot
@@ -14,11 +14,13 @@ done
 
 chmod +x rts/gmp/configure
 
 
 chmod +x rts/gmp/configure
 
+echo "Booting ."
 autoreconf
 
 for lib in libraries/*; do
     if test -e $lib/configure.ac
     then
 autoreconf
 
 for lib in libraries/*; do
     if test -e $lib/configure.ac
     then
+        echo "Booting $lib"
         cd $lib
         autoreconf
         cd ../..
         cd $lib
         autoreconf
         cd ../..