X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=014efff4dbf30f1655bc234f09b85e45e6d8e9ff;hp=11e1785adc0fc58d6166e690d917039f937039d1;hb=3c506a6cb7a260a93f0ac272a6a3612c5586a5e1;hpb=13949af533615dac3f27982a0321c82945260dcd diff --git a/boot b/boot index 11e1785..014efff 100644 --- a/boot +++ b/boot @@ -2,17 +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