From 8826136c364df69a3d7d8735bf9e1c9c2d5f6df0 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 27 Jan 2005 11:30:49 +0000 Subject: [PATCH] [project @ 2005-01-27 11:30:49 by simonmar] GhcBootLibs=YES when building libraries the first time. --- distrib/hc-build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4