summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-05-22 08:33:51 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-05-22 08:33:51 +0000
commit44fa40018be30ebb837ab6ad5766c57558e88cf8 (patch)
treedda93c1c649ab8908810fd892962431ab545e7da /boot
parentacc388da8a787889597f34ccd704e24234763015 (diff)
downloadhaskell-44fa40018be30ebb837ab6ad5766c57558e88cf8.tar.gz
Remove hacky on-demand building of libraries/*/ghc.mk, put it back in sh boot
Now that the clean rules don't require libraries/*/ghc.mk, we don't have to build them on demand. And having them built on demand introduced a failure mode (where some libraries have ghc.mk and some don't).
Diffstat (limited to 'boot')
-rw-r--r--boot3
1 files changed, 3 insertions, 0 deletions
diff --git a/boot b/boot
index 78c9295dd1..6f6b879234 100644
--- a/boot
+++ b/boot
@@ -30,3 +30,6 @@ do
chmod +x $f
fi
done
+
+# Create libraries/*/{ghc.mk,GNUmakefile}
+sh boot-pkgs