[project @ 2005-10-11 13:28:49 by simonpj]
authorsimonpj <unknown>
Tue, 11 Oct 2005 13:28:49 +0000 (13:28 +0000)
committersimonpj <unknown>
Tue, 11 Oct 2005 13:28:49 +0000 (13:28 +0000)
Small fixes to the Win32 build log

docs/building/building.xml

index 99513e4..ec5cfb1 100644 (file)
@@ -5004,7 +5004,7 @@ choices, but it gives a single path that works.</para>
   - 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.</para>
     ; 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>&amp;1 | tee make.log
     ; always useful to have a log around