Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
6c016f38
Commit
6c016f38
authored
May 25, 2010
by
Simon Marlow
Browse files
If you say 'make' or 'make stage=2' here, pretend we're in the ghc dir
parent
1ea69bc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/Makefile
View file @
6c016f38
...
...
@@ -10,11 +10,19 @@
#
# -----------------------------------------------------------------------------
# If the user says 'make' or 'make stage=2' here, we behave as if they were
# in the ghc directory instead, so that the executable GHC gets built.
.PHONY
:
default_to_ghc all_ghc
default_to_ghc
:
all_ghc
dir
=
compiler
TOP
=
..
SPEC_TARGETS
=
1 2 3
include
$(TOP)/mk/sub-makefile.mk
all_ghc
:
+
$(TOPMAKE)
all_ghc
$(EXTRA_MAKE_OPTS)
FAST_MAKE_OPTS
+=
compiler_stage1_NO_BUILD_DEPS
=
YES
compiler_stage2_NO_BUILD_DEPS
=
YES
compiler_stage3_NO_BUILD_DEPS
=
YES
.PHONY
:
1 2 3
...
...
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