X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=14d886a347229da6dbeda75d026eb0c9d35e7097;hp=11e1785adc0fc58d6166e690d917039f937039d1;hb=596cacfe4e9463d1fd66c3292bef7432cfb1b17a;hpb=9bf5168492d49ea9b73e33f914422875cca74a92 diff --git a/boot b/boot index 11e1785..14d886a 100644 --- a/boot +++ b/boot @@ -12,13 +12,15 @@ do fi done -chmod +x rts/gmp/configure +chmod +x push-all +echo "Booting ." autoreconf for lib in libraries/*; do if test -e $lib/configure.ac then + echo "Booting $lib" cd $lib autoreconf cd ../..