From: simonmar Date: Fri, 4 Mar 2005 14:06:55 +0000 (+0000) Subject: [project @ 2005-03-04 14:06:55 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~976 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=6a94b79150b93cf589fd69509a09726977b86643 [project @ 2005-03-04 14:06:55 by simonmar] Fix a couple of things, should help this script get further --- diff --git a/distrib/hc-build b/distrib/hc-build index 743b163..eba1cbe 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -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 libraries boot all +$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