From: simonmar Date: Thu, 27 Jan 2005 11:30:49 +0000 (+0000) Subject: [project @ 2005-01-27 11:30:49 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1180 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8826136c364df69a3d7d8735bf9e1c9c2d5f6df0 [project @ 2005-01-27 11:30:49 by simonmar] GhcBootLibs=YES when building libraries the first time. --- diff --git a/distrib/hc-build b/distrib/hc-build index 06bb4d7..743b163 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= @@ -86,8 +86,8 @@ $MAKE -C ghc/rts boot && $MAKE -C ghc/rts all # Now build a new set of libraries $MAKE -C libraries boot all -# Build ghc/lib -$MAKE -C ghc/lib clean && $MAKE -C ghc/lib boot all +# Build all of ghc/lib +$MAKE -C ghc/lib clean && $MAKE -C ghc/utils boot all # Build all of ghc/utils $MAKE -C ghc/utils clean && $MAKE -C ghc/utils boot all