From: Ian Lynagh Date: Thu, 24 May 2007 17:50:31 +0000 (+0000) Subject: Say where we're booting to aid debugging X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=76e8250846766faddb262eb2b648c14a326e1777;ds=sidebyside Say where we're booting to aid debugging --- diff --git a/boot b/boot index 11e1785..600469d 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 ../..