Skip to content
GitLab
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
eb5ecfbe
Commit
eb5ecfbe
authored
May 02, 2009
by
Ian Lynagh
Browse files
Makefile tweak
parent
c7217d65
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
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