[project @ 2005-01-26 16:08:55 by simonmar]
authorsimonmar <unknown>
Wed, 26 Jan 2005 16:08:55 +0000 (16:08 +0000)
committersimonmar <unknown>
Wed, 26 Jan 2005 16:08:55 +0000 (16:08 +0000)
Build ghc/lib (untested)

distrib/hc-build

index 606badf..06bb4d7 100644 (file)
@@ -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