Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
eb5ecfbe
Commit
eb5ecfbe
authored
May 02, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile tweak
parent
c7217d65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ghc.mk
ghc.mk
+0
-2
mk/config.mk.in
mk/config.mk.in
+3
-0
No files found.
ghc.mk
View file @
eb5ecfbe
...
...
@@ -165,8 +165,6 @@ $(eval $(call clean-target,inplace,,inplace))
# When we're just doing 'make clean' or 'make show', then we don't need
# to build dependencies.
NO_INCLUDE_DEPS
=
NO
NO_INCLUDE_PKGDATA
=
NO
ifneq
"$(findstring clean,$(MAKECMDGOALS))" ""
NO_INCLUDE_DEPS
=
YES
NO_INCLUDE_PKGDATA
=
YES
...
...
mk/config.mk.in
View file @
eb5ecfbe
...
...
@@ -51,6 +51,9 @@ BootingFromHc = @BootingFromHc@
# rather than registerised code, i.e., disable the mangler?
BootingFromUnregisterisedHc
=
@BootingFromUnregisterisedHc@
NO_INCLUDE_DEPS
=
NO
NO_INCLUDE_PKGDATA
=
NO
#
# Which ways should DocBook XML documents be built?
# options are: dvi ps pdf html chm HxS
...
...
Write
Preview
Markdown
is supported
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