Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
aa5e377a
Commit
aa5e377a
authored
Aug 19, 2010
by
Ian Lynagh
Browse files
Give each stage its own Config.hs
This also means the file is generated in a dist directory, not a source directory.
parent
3d80517a
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghc.mk
View file @
aa5e377a
...
...
@@ -38,12 +38,12 @@ compiler_stage3_MKDEPENDC_OPTS = -DMAKING_GHC_BUILD_SYSTEM_DEPENDENCIES
compiler_stage1_C_FILES_NODEPS
=
compiler/parser/cutils.c
ifneq
"$(BINDIST)" "YES"
compiler/stage1/package-data.mk
:
$(
compiler
_CONFIG_HS)
compiler/stage2/package-data.mk
:
$(
compiler
_CONFIG_HS)
compiler/stage3/package-data.mk
:
$(
compiler
_CONFIG_HS)
compiler/stage1/package-data.mk
:
compiler
/stage1/build/Config.hs
compiler/stage2/package-data.mk
:
compiler
/stage2/build/Config.hs
compiler/stage3/package-data.mk
:
compiler
/stage3/build/Config.hs
endif
$(
compiler
_CONFIG_HS)
:
mk/config.mk mk/project.mk
compiler
/stage%/build/Config.hs
:
mk/config.mk mk/project.mk
| $$(dir $$@)/.
"
$(RM)
"
$(RM_OPTS)
$@
@
echo
'Creating $@ ... '
@
echo
'{-# LANGUAGE CPP #-}'
>>
$@
...
...
@@ -140,7 +140,8 @@ else
endif
@
echo
done
.
$(eval
$(call
clean-target,compiler,config_hs,$(compiler_CONFIG_HS)))
# XXX 2010-08-19: This is a legacy clean. Remove later.
$(eval
$(call
clean-target,compiler,config_hs,compiler/main/Config.hs))
# -----------------------------------------------------------------------------
# Create platform includes
...
...
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