diff options
author | simonmar <unknown> | 2005-03-04 14:24:51 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-04 14:24:51 +0000 |
commit | cbc7228335a0489362d8f5deadaecacc8731a4ce (patch) | |
tree | 549d929654a190d8a7b45ab7ee9d4eea93f47c26 /distrib | |
parent | 6a94b79150b93cf589fd69509a09726977b86643 (diff) | |
download | haskell-cbc7228335a0489362d8f5deadaecacc8731a4ce.tar.gz |
[project @ 2005-03-04 14:24:51 by simonmar]
Build all the libraries
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/hc-build | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/hc-build b/distrib/hc-build index eba1cbe0e1..1540e15757 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -83,7 +83,7 @@ find libraries hslibs | grep '\.[oa]$' | xargs rm -f $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 +# Now build a new set of libraries (GhcBootLibs only for now) $MAKE -C libraries boot all GhcBootLibs=YES # Build all of ghc/lib @@ -92,6 +92,9 @@ $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 +# Build the rest of the libraries +$MAKE -C libraries boot all + # Now we can build hslibs (hsc2hs is required, so must be after ghc/utils) $MAKE -C hslibs boot all |