summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-05-24 17:50:31 +0000
committerIan Lynagh <igloo@earth.li>2007-05-24 17:50:31 +0000
commit76e8250846766faddb262eb2b648c14a326e1777 (patch)
treee2b2080491403c6cdbae5a91d8069dfaf2223950 /boot
parent02856ea491a11076e293af3ec8c1d35740bcb551 (diff)
downloadhaskell-76e8250846766faddb262eb2b648c14a326e1777.tar.gz
Say where we're booting to aid debugging
Diffstat (limited to 'boot')
-rw-r--r--boot2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot b/boot
index 11e1785adc..600469d06d 100644
--- a/boot
+++ b/boot
@@ -14,11 +14,13 @@ done
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 ../..