Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
80ca989b
Commit
80ca989b
authored
Feb 17, 2010
by
Simon Marlow
Browse files
Allow extra packages to be added to the build, by setting $(EXTRA_PACKAGES)
parent
6e9501c0
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc.mk
View file @
80ca989b
...
@@ -339,6 +339,8 @@ $(eval $(call addPackage,terminfo,($$(Windows),NO)))
...
@@ -339,6 +339,8 @@ $(eval $(call addPackage,terminfo,($$(Windows),NO)))
$(eval
$(call
addPackage,haskeline))
$(eval
$(call
addPackage,haskeline))
$(foreach
pkg,$(EXTRA_PACKAGES),$(eval
$(call
addPackage,$(pkg))))
ifneq
"$(BootingFromHc)" "YES"
ifneq
"$(BootingFromHc)" "YES"
PACKAGES_STAGE2
+=
\
PACKAGES_STAGE2
+=
\
dph/dph-base
\
dph/dph-base
\
...
...
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