aboutsummaryrefslogtreecommitdiff
path: root/ghc.mk
Commit message (Collapse)AuthorAgeFilesLines
* Quote program paths in ghc.mkIan Lynagh2009-05-311-4/+4
|
* Tweak new build systemIan Lynagh2009-04-041-1/+1
|
* GHC new build system fixesIan Lynagh2009-03-291-2/+9
|
* update for new GHC build system layoutSimon Marlow2009-03-241-1/+1
|
* new GHC build system: add $(exeext)Simon Marlow2009-03-241-1/+1
|
* clean upSimon Marlow2009-03-231-7/+4
|
* install Haddock's html stuffSimon Marlow2009-03-241-0/+6
|
* Fix (with a hack?) haddock in teh new build systemIan Lynagh2009-03-211-0/+2
|
* new GHC build system: use shell-wrappers macroSimon Marlow2009-03-201-27/+2
|
* 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