X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=11e1785adc0fc58d6166e690d917039f937039d1;hp=aa906266f6b819cbe03aff91c56e0b0e8bdc035d;hb=fb570f4ae8d02ad25475d97d019cb93bf64d4d99;hpb=bdd44abe63ce79b32e3570e846afabad2024cd09 diff --git a/boot b/boot index aa90626..11e1785 100644 --- a/boot +++ b/boot @@ -2,6 +2,18 @@ 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 rts/gmp/configure + autoreconf for lib in libraries/*; do