"make inplace/bin/ghc-stage1" without "inplace/bin/ghc-cabal configure"
Simon Marlow
marlowsd at gmail.com
Thu Apr 21 10:26:05 CEST 2011
On 21/04/2011 01:02, Adam Megacz wrote:
>
> Typing
>
> make inplace/bin/ghc-stage1
>
> will build ghc-stage1 (as desired). Then it also runs the configure
> scripts for all of the libraries, which takes a really long time.
>
> Is there some invocation of make that will just recompile
> inplace/bin/ghc-stage1 and won't re-run all of the configure stuff?
cd ghc; make 1
More details on this in the wiki:
http://hackage.haskell.org/trac/ghc/wiki/Building/Using#RebuildingtheGHCbinaryaftermakingchanges
Cheers,
Simon
More information about the Cvs-ghc
mailing list