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