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
bf040a9f
Commit
bf040a9f
authored
May 16, 2009
by
Ian Lynagh
Browse files
Hide more make rules when cleaning
parent
d346b2e9
Changes
1
Show whitespace changes
Inline
Side-by-side
rts/ghc.mk
View file @
bf040a9f
...
...
@@ -85,6 +85,8 @@ define cmm-suffix-rules
# .cmm files depend on all the .h files, to a first approximation.
ifneq
"$$(CLEANING)" "YES"
ifneq
"$$(BootingFromHc)" "YES"
$1/$2/build/%.$$($3_way_)o
:
$1/%.cmm $$(rts_H_FILES) $$($1_$2_HC)
...
...
@@ -113,6 +115,8 @@ $1/$2/build/%.$$($3_way_)o : $1/%.hc
$1/$2/build/%.$$($3_way_)o
:
$1/$2/build/%.hc
$
$(CC)
$$
(
$1_$2_$3_ALL_CC_OPTS
)
-Iincludes
-x
c
-c
$$
<
-o
$$
@
endif
endef
...
...
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