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
Alex D
GHC
Commits
d48ce2dc
Commit
d48ce2dc
authored
Jan 16, 2011
by
Ian Lynagh
Browse files
Tweak Windows phase ordering
parent
5bde2794
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
d48ce2dc
...
...
@@ -641,6 +641,7 @@ ghc_stage1_CONFIGURE_PHASE = 1
driver/
ghc_dist_CONFIGURE_PHASE
=
1
driver/
ghci_dist_CONFIGURE_PHASE
=
1
driver/
haddock_dist_CONFIGURE_PHASE
=
1
utils/
touchy_dist_CONFIGURE_PHASE
=
1
# In phase 2, the phase 1 things actually get built
...
...
@@ -652,7 +653,6 @@ 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