X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=262ae52d6d94aa79c9c84186153629706bbec1ad;hp=014efff4dbf30f1655bc234f09b85e45e6d8e9ff;hb=2eb04ca0f8d0ec72b417cddc60672c696b4a3daa;hpb=63cddb36f1dd2e3e41274f494873a62921d3f787 diff --git a/boot b/boot index 014efff..262ae52 100644 --- a/boot +++ b/boot @@ -2,16 +2,26 @@ set -e -chmod +x rts/gmp/configure -chmod +x darcs-all +for d in `cat libraries/core-packages` +do + if test ! -d libraries/$d + then + echo "Looks like you're missing libraries/$d," + echo "maybe you haven't done './darcs-all get'?" + exit 1 + fi +done -./darcs-all ${1+"$@"} get +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 ../..