From: simonmar Date: Wed, 26 Jan 2005 16:08:55 +0000 (+0000) Subject: [project @ 2005-01-26 16:08:55 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1190 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6d4b6cadaf37f60dd4ec7135dcf6fcfe10355801;p=ghc-hetmet.git [project @ 2005-01-26 16:08:55 by simonmar] Build ghc/lib (untested) --- diff --git a/distrib/hc-build b/distrib/hc-build index 606badf..06bb4d7 100644 --- a/distrib/hc-build +++ b/distrib/hc-build @@ -86,6 +86,9 @@ $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/utils $MAKE -C ghc/utils clean && $MAKE -C ghc/utils boot all