X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=262ae52d6d94aa79c9c84186153629706bbec1ad;hp=d983d2f560146634fe10a2ca8f5967959c198762;hb=2eb04ca0f8d0ec72b417cddc60672c696b4a3daa;hpb=9a7ac3c44ff2f03a2395f246a3ebaf975426f0ff diff --git a/boot b/boot index d983d2f..262ae52 100644 --- a/boot +++ b/boot @@ -7,16 +7,21 @@ do if test ! -d libraries/$d then echo "Looks like you're missing libraries/$d," - echo "maybe you haven't done 'sh darcs-all get'?" + echo "maybe you haven't done './darcs-all get'?" exit 1 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 ../..