diff options
author | Ian Lynagh <igloo@earth.li> | 2007-04-30 11:35:19 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-04-30 11:35:19 +0000 |
commit | 63cddb36f1dd2e3e41274f494873a62921d3f787 (patch) | |
tree | 31810a9bee6e0f8b8fbf2144bb2052cc4fef9550 /boot | |
parent | 6c796d2375238942c0b903e028181ea92727abc4 (diff) | |
download | haskell-63cddb36f1dd2e3e41274f494873a62921d3f787.tar.gz |
Make boot handle getting the libraries
Diffstat (limited to 'boot')
-rw-r--r-- | boot | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -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 |