patch applied (ghc-6.10/haddock2): do .depend generation for haddock with the stage1 compiler
Ian Lynagh <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.other |
|---|---|
| Message-ID | <[email protected]> |
Fri Feb 13 10:50:28 PST 2009 Ian Lynagh <[email protected]> * do .depend generation for haddock with the stage1 compiler 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. M ./ghc.mk +7 View patch online: http://darcs.haskell.org/ghc-6.10/haddock2/_darcs/patches/20090213185028-3fd76-5b14ba953ae2683a3166640622bb5a5dae2db000.gz