summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-04-30 11:35:19 +0000
committerIan Lynagh <igloo@earth.li>2007-04-30 11:35:19 +0000
commit63cddb36f1dd2e3e41274f494873a62921d3f787 (patch)
tree31810a9bee6e0f8b8fbf2144bb2052cc4fef9550 /boot
parent6c796d2375238942c0b903e028181ea92727abc4 (diff)
downloadhaskell-63cddb36f1dd2e3e41274f494873a62921d3f787.tar.gz
Make boot handle getting the libraries
Diffstat (limited to 'boot')
-rw-r--r--boot13
1 files changed, 3 insertions, 10 deletions
diff --git a/boot b/boot
index 11e1785adc..014efff4db 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