summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/boot b/boot
index 6f6b879234..43d2db5c0f 100644
--- a/boot
+++ b/boot
@@ -1,6 +1,9 @@
#! /bin/sh
set -e
+# Create libraries/*/{ghc.mk,GNUmakefile}
+sh boot-pkgs
+
# Check that we have all boot packages.
for dir in `grep "^[^# ][^ ]* *[^ ][^ ]* *[^ ][^ ]*$" packages | sed "s/ .*//"`
do
@@ -30,6 +33,3 @@ do
chmod +x $f
fi
done
-
-# Create libraries/*/{ghc.mk,GNUmakefile}
-sh boot-pkgs