projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068f6bd
)
[project @ 2005-01-26 16:08:55 by simonmar]
author
simonmar
<unknown>
Wed, 26 Jan 2005 16:08:55 +0000
(16:08 +0000)
committer
simonmar
<unknown>
Wed, 26 Jan 2005 16:08:55 +0000
(16:08 +0000)
Build ghc/lib (untested)
distrib/hc-build
patch
|
blob
|
history
diff --git
a/distrib/hc-build
b/distrib/hc-build
index
606badf
..
06bb4d7
100644
(file)
--- 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