[project @ 2005-03-04 14:06:55 by simonmar]
authorsimonmar <unknown>
Fri, 4 Mar 2005 14:06:55 +0000 (14:06 +0000)
committersimonmar <unknown>
Fri, 4 Mar 2005 14:06:55 +0000 (14:06 +0000)
Fix a couple of things, should help this script get further

distrib/hc-build

index 743b163..eba1cbe 100644 (file)
@@ -84,10 +84,10 @@ $MAKE -C ghc/includes boot && $MAKE -C ghc/includes all
 $MAKE -C ghc/rts      boot && $MAKE -C ghc/rts      all
 
 # Now build a new set of libraries
 $MAKE -C ghc/rts      boot && $MAKE -C ghc/rts      all
 
 # Now build a new set of libraries
-$MAKE -C libraries boot all
+$MAKE -C libraries boot all GhcBootLibs=YES
 
 # Build all of ghc/lib
 
 # Build all of ghc/lib
-$MAKE -C ghc/lib clean && $MAKE -C ghc/utils boot all
+$MAKE -C ghc/lib clean && $MAKE -C ghc/lib boot all
 
 # Build all of ghc/utils
 $MAKE -C ghc/utils clean && $MAKE -C ghc/utils boot all
 
 # Build all of ghc/utils
 $MAKE -C ghc/utils clean && $MAKE -C ghc/utils boot all