Skip to content
GitLab
Menu
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
a54c59a5
Commit
a54c59a5
authored
Jan 16, 2011
by
Ian Lynagh
Browse files
Add some Windows-only CONFIGURE_PHASEs
parent
84e2f72a
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc.mk
View file @
a54c59a5
...
...
@@ -638,6 +638,9 @@ $(foreach lib,$(STAGE0_PACKAGES),$(eval \
libraries/
$(lib)_dist-boot_CONFIGURE_PHASE
=
1
))
compiler_stage1_CONFIGURE_PHASE
=
1
ghc_stage1_CONFIGURE_PHASE
=
1
driver/
ghc_dist_CONFIGURE_PHASE
=
1
driver/
ghci_dist_CONFIGURE_PHASE
=
1
driver/
haddock_dist_CONFIGURE_PHASE
=
1
# In phase 2, the phase 1 things actually get built
...
...
@@ -649,6 +652,7 @@ ghc_stage2_CONFIGURE_PHASE = 3
$(foreach
lib,$(PACKAGES)
$(PACKAGES_STAGE2),$(eval
\
libraries/
$(lib)_dist-install_CONFIGURE_PHASE
=
3
))
utils/
touchy_dist_CONFIGURE_PHASE
=
3
utils/
hp2ps_dist_CONFIGURE_PHASE
=
3
utils/
genapply_dist_CONFIGURE_PHASE
=
3
utils/
haddock_dist_CONFIGURE_PHASE
=
3
...
...
Write
Preview
Supports
Markdown
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