diff options
author | Ian Lynagh <igloo@earth.li> | 2007-05-24 17:50:31 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-05-24 17:50:31 +0000 |
commit | 76e8250846766faddb262eb2b648c14a326e1777 (patch) | |
tree | e2b2080491403c6cdbae5a91d8069dfaf2223950 /boot | |
parent | 02856ea491a11076e293af3ec8c1d35740bcb551 (diff) | |
download | haskell-76e8250846766faddb262eb2b648c14a326e1777.tar.gz |
Say where we're booting to aid debugging
Diffstat (limited to 'boot')
-rw-r--r-- | boot | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ../.. |