Remove hacky on-demand building of libraries/*/ghc.mk, put it back in sh boot
authorSimon Marlow <marlowsd@gmail.com>
Fri, 22 May 2009 08:33:51 +0000 (08:33 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 22 May 2009 08:33:51 +0000 (08:33 +0000)
commit44fa40018be30ebb837ab6ad5766c57558e88cf8
treedda93c1c649ab8908810fd892962431ab545e7da
parentacc388da8a787889597f34ccd704e24234763015
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).
Makefile
boot