Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
8826136c
Commit
8826136c
authored
Jan 27, 2005
by
simonmar
Browse files
[project @ 2005-01-27 11:30:49 by simonmar]
GhcBootLibs=YES when building libraries the first time.
parent
d9c3fa92
Changes
1
Hide whitespace changes
Inline
Side-by-side
distrib/hc-build
View file @
8826136c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment