X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=262ae52d6d94aa79c9c84186153629706bbec1ad;hp=dc7c9c062371641f788628102112d3a495b2d123;hb=2eb04ca0f8d0ec72b417cddc60672c696b4a3daa;hpb=610379bc0660cc9df6bb8cfaa98e566157236026 diff --git a/boot b/boot index dc7c9c0..262ae52 100644 --- a/boot +++ b/boot @@ -12,11 +12,16 @@ do fi done +chmod +x push-all +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 ../..