X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=distrib%2Fhc-build;h=eba1cbe0e1212d2aedb5ca5f945e005d0ee21473;hb=6a94b79150b93cf589fd69509a09726977b86643;hp=06bb4d7923de5f3543f3f0db3170720da7215787;hpb=6d4b6cadaf37f60dd4ec7135dcf6fcfe10355801;p=ghc-hetmet.git diff --git a/distrib/hc-build b/distrib/hc-build index 06bb4d7..eba1cbe 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -48,7 +48,7 @@ echo "*** Building compiler..." $MAKE -C glafp-utils boot all $MAKE -C ghc boot -$MAKE -C libraries boot all +$MAKE -C libraries boot all GhcBootLibs=YES $MAKE -C ghc all MAKEFLAGS= @@ -84,9 +84,9 @@ $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 +$MAKE -C libraries boot all GhcBootLibs=YES -# Build ghc/lib +# Build all of ghc/lib $MAKE -C ghc/lib clean && $MAKE -C ghc/lib boot all # Build all of ghc/utils