X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=014efff4dbf30f1655bc234f09b85e45e6d8e9ff;hp=dc7c9c062371641f788628102112d3a495b2d123;hb=3c506a6cb7a260a93f0ac272a6a3612c5586a5e1;hpb=610379bc0660cc9df6bb8cfaa98e566157236026 diff --git a/boot b/boot index dc7c9c0..014efff 100644 --- a/boot +++ b/boot @@ -2,15 +2,10 @@ 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 +chmod +x darcs-all + +./darcs-all ${1+"$@"} get autoreconf