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
676235fd
Commit
676235fd
authored
Feb 21, 2013
by
ian@well-typed.com
Browse files
Rename hs-suffix-rules to hs-suffix-way-rules
parent
2e010ce0
Changes
4
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
676235fd
...
...
@@ -227,7 +227,7 @@ include rules/cmm-objs.mk
ifneq
"$(CLEANING)" "YES"
include
rules/hs-suffix-rules-srcdir.mk
include
rules/hs-suffix-rules.mk
include
rules/hs-suffix-
way-
rules.mk
include
rules/hi-rule.mk
include
rules/c-suffix-rules.mk
include
rules/cmm-suffix-rules.mk
...
...
rules/build-package-way.mk
View file @
676235fd
...
...
@@ -16,7 +16,7 @@ $(call trace, build-package-way($1,$2,$3))
$(call
profStart,
build-package-way($1,$2,$3))
$(call
distdir-way-opts,$1,$2,$3,$4)
$(call
hs-suffix-rules,$1,$2,$3)
$(call
hs-suffix-
way-
rules,$1,$2,$3)
$(call
hs-objs,$1,$2,$3)
...
...
rules/build-prog.mk
View file @
676235fd
...
...
@@ -154,7 +154,7 @@ $(call c-suffix-rules,$1,$2,$$($1_$2_PROGRAM_WAY),NO)
endif
endif
$(call
hs-suffix-rules,$1,$2,$$($1_$2_PROGRAM_WAY))
$(call
hs-suffix-
way-
rules,$1,$2,$$($1_$2_PROGRAM_WAY))
$(call
c-objs,$1,$2,$$($1_$2_PROGRAM_WAY))
$(call
hs-objs,$1,$2,$$($1_$2_PROGRAM_WAY))
...
...
rules/hs-suffix-rules.mk
→
rules/hs-suffix-
way-
rules.mk
View file @
676235fd
...
...
@@ -11,7 +11,7 @@
# -----------------------------------------------------------------------------
define hs-suffix-rules # args
:
$1 = dir
,
$2 = distdir
,
$3 = way
define hs-suffix-
way-
rules # args
:
$1 = dir
,
$2 = distdir
,
$3 = way
ifneq
"$$(BINDIST)" "YES"
...
...
@@ -37,5 +37,5 @@ $(call hi-rule,$1/$2/build/autogen,$1/$2/build,$3)
$$(foreach
dir,$$($1_$2_HS_SRC_DIRS),\
$$(eval
$$(call
hi-rule,$1/$$(dir),$1/$2/build,$3)))
endef
# hs-suffix-rules
endef
# hs-suffix-
way-
rules
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