X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=262ae52d6d94aa79c9c84186153629706bbec1ad;hp=aa906266f6b819cbe03aff91c56e0b0e8bdc035d;hb=8434073f08470b4447436e865e25f5fe31852c23;hpb=bdd44abe63ce79b32e3570e846afabad2024cd09 diff --git a/boot b/boot index aa90626..262ae52 100644 --- a/boot +++ b/boot @@ -2,11 +2,26 @@ set -e +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 + +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 ../..