build system
Simon Peyton-Jones
simonpj at microsoft.com
Tue Jan 25 12:37:18 CET 2011
Ian
In compiler/, if I say "make 1", it rebuilds the stage1 compiler, AND THEN RE-CONFIGURES all the libraries. The latter takes ages.
The whole point of 'make 1' is to make the stage1 compiler only, without the knock on effects. As it now stands, it takes 5 seconds to rebuild the compiler (say recompiling one module) and then a minute or two to reconfigure all the libraries.
Could you fix this?
Thanks
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/cvs-ghc/attachments/20110125/0b2dbd6e/attachment.htm>
More information about the Cvs-ghc
mailing list