"make inplace/bin/ghc-stage1" without "inplace/bin/ghc-cabal configure"

Adam Megacz megacz at cs.berkeley.edu
Thu Apr 21 02:02:37 CEST 2011


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?

  - a




More information about the Cvs-ghc mailing list