Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
37cb08c0
Commit
37cb08c0
authored
Jan 19, 2005
by
simonmar
Browse files
[project @ 2005-01-19 11:48:15 by simonmar]
-jN friendliness
parent
e60f4a63
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
37cb08c0
...
...
@@ -77,6 +77,8 @@ build ::
ifeq
"$(findstring ghc, $(SUBDIRS))" "ghc"
.PHONY
:
stage1 stage2 stage3 bootstrap bootstrap2 bootstrap3
stage1
:
build
stage2
:
...
...
@@ -88,8 +90,12 @@ stage3 :
$(MAKE)
-C
ghc/compiler
stage
=
3
bootstrap
:
bootstrap2
bootstrap2
:
stage1 stage2
bootstrap3
:
stage1 stage2 stage3
bootstrap2
:
stage1
$(MAKE)
stage2
bootstrap3
:
bootstrap2
$(MAKE)
stage3
all
::
bootstrap
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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