aboutsummaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Collapse)AuthorAgeFilesLines
* Install haddock in the new GHC build systemIan Lynagh2009-03-011-5/+19
|
* Create inplace/lib/html in the new GHC build systemIan Lynagh2009-02-251-0/+6
|
* Give haddock a wrapper on unix in the new GHC build systemIan Lynagh2009-02-251-8/+14
|
* do .depend generation for haddock with the stage1 compilerIan Lynagh2009-02-131-0/+7
| | | | | | | | | This is a bit of a hack. We mkdepend with stage1 as if .depend depends on the stage2 compiler then make goes wrong: haddock's .depend gets included, which means that make won't reload until it's built, but we can't build it without the stage2 compiler. We therefore build the stage2 compiler before its .depend file is available, and so compilation fails.
* Add a ghc.mkIan Lynagh2009-02-131-0/+12