[project @ 2005-06-07 15:06:59 by simonmar]
[ghc-hetmet.git] / distrib / hc-build
index 743b163..1540e15 100644 (file)
@@ -83,15 +83,18 @@ find libraries hslibs | grep '\.[oa]$' | xargs rm -f
 $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 libraries boot all
+# Now build a new set of libraries (GhcBootLibs only for now)
+$MAKE -C libraries boot all GhcBootLibs=YES
 
 # 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 the rest of the libraries
+$MAKE -C libraries boot all
+
 # Now we can build hslibs (hsc2hs is required, so must be after ghc/utils)
 $MAKE -C hslibs  boot all