X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=boot;h=11e1785adc0fc58d6166e690d917039f937039d1;hb=c7addbef67840954ad788434c28b0a3476ee0ad7;hp=014efff4dbf30f1655bc234f09b85e45e6d8e9ff;hpb=63cddb36f1dd2e3e41274f494873a62921d3f787;p=ghc-hetmet.git diff --git a/boot b/boot index 014efff..11e1785 100644 --- a/boot +++ b/boot @@ -2,10 +2,17 @@ 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 rts/gmp/configure autoreconf