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
315b36b4
Commit
315b36b4
authored
May 10, 2013
by
ian@well-typed.com
Browse files
Some build system tweaks
parent
eb569b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
315b36b4
...
...
@@ -167,7 +167,7 @@ include rules/clean-target.mk
# -----------------------------------------------------------------------------
# The inplace tree
$(eval
$(call
clean-target,inplace,
,
inplace/bin
inplace/lib))
$(eval
$(call
clean-target,
root,
inplace,inplace/bin
inplace/lib))
# -----------------------------------------------------------------------------
# Whether to build dependencies or not
...
...
@@ -707,7 +707,7 @@ $(shell echo "[]" >$(BOOTSTRAPPING_CONF))
endif
endif
$(eval
$(call
clean-target,
$(BOOTSTRAPPING_CONF),
,$(BOOTSTRAPPING_CONF)))
$(eval
$(call
clean-target,
root,bootstrapping_conf
,$(BOOTSTRAPPING_CONF)))
# register the boot packages in strict sequence, because running
# multiple ghc-pkgs in parallel doesn't work (registrations may get
...
...
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