From 76e8250846766faddb262eb2b648c14a326e1777 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 24 May 2007 17:50:31 +0000 Subject: [PATCH] Say where we're booting to aid debugging --- boot | 2 ++ 1 file changed, 2 insertions(+) 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 ../.. -- 1.7.10.4