Remove references to -fticky-ticky flag
[ghc-hetmet.git] / boot
diff --git a/boot b/boot
index d983d2f..014efff 100644 (file)
--- 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 'sh darcs-all get'?"
-        exit 1
-    fi
-done
+chmod +x rts/gmp/configure
+chmod +x darcs-all
+
+./darcs-all ${1+"$@"} get
 
 autoreconf