From: simonpj Date: Tue, 11 Oct 2005 13:28:49 +0000 (+0000) Subject: [project @ 2005-10-11 13:28:49 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~181 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ed3d72b5eaac2c139fb5923bd60006e04d3ed3a2 [project @ 2005-10-11 13:28:49 by simonpj] Small fixes to the Win32 build log --- diff --git a/docs/building/building.xml b/docs/building/building.xml index 99513e4..ec5cfb1 100644 --- a/docs/building/building.xml +++ b/docs/building/building.xml @@ -5004,7 +5004,7 @@ choices, but it gives a single path that works. - cvs checkout ghc hslibs libraries - Build ghc, using cygwin and mingw, targetting mingw - - export PATH=/cygdrive/c/ghc/ghc-6.4.1/tools:$PATH + - export PATH=/cygdrive/c/ghc/ghc-6.4.1:$PATH ; for haddock, alex, happy (*) - export PATH=/cygdrive/c/mingw/bin:$PATH ; without, we pick up some cygwin tools at best! @@ -5015,9 +5015,11 @@ choices, but it gives a single path that works. ; we use cygwin, but build for windows - cp mk/build.mk.sample mk/build.mk - in mk/build.mk: + add line: SplitObjs = NO + (MSYS seems slow when there are zillions of object files) uncomment line: BuildFlavour = perf + (or BuildFlavour = devel, if you are doing development) add line: BIN_DIST=1 - add line: SplitObjs = NO - make 2>&1 | tee make.log ; always useful to have a log around