diff options
author | simonmar <unknown> | 2005-01-27 11:30:49 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-01-27 11:30:49 +0000 |
commit | 8826136c364df69a3d7d8735bf9e1c9c2d5f6df0 (patch) | |
tree | 9b76c531aadbd0e5f0e0b8e3efdda8c7cba54ae9 /distrib/hc-build | |
parent | d9c3fa92eb2151d05e3766705d6ceaea12a897b2 (diff) | |
download | haskell-8826136c364df69a3d7d8735bf9e1c9c2d5f6df0.tar.gz |
[project @ 2005-01-27 11:30:49 by simonmar]
GhcBootLibs=YES when building libraries the first time.
Diffstat (limited to 'distrib/hc-build')
-rw-r--r-- | distrib/hc-build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index 06bb4d7923..743b16331c 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 |