diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-05-22 08:33:51 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-05-22 08:33:51 +0000 |
commit | 44fa40018be30ebb837ab6ad5766c57558e88cf8 (patch) | |
tree | dda93c1c649ab8908810fd892962431ab545e7da /boot | |
parent | acc388da8a787889597f34ccd704e24234763015 (diff) | |
download | haskell-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-- | boot | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,3 +30,6 @@ do chmod +x $f fi done + +# Create libraries/*/{ghc.mk,GNUmakefile} +sh boot-pkgs |