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
jberryman
GHC
Commits
d1876c6a
Commit
d1876c6a
authored
Sep 05, 2008
by
Ian Lynagh
Browse files
Add a comment to utils/Makefile
parent
4f597914
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/Makefile
View file @
d1876c6a
...
...
@@ -50,6 +50,15 @@ boot ::
$(MAKE)
-C
genprimopcode
endif
############################################
# The utils may be built with the bootstrapping compiler, for use during
# the build, or with the stage2 compiler, for installing. Some of them
# are built with both; we can't install the utils built with the
# bootstrapping compiler as they may use different versions of C
# libraries. The reason we use stage2 rather than stage1 is that some
# utils, e.g. haddock, need the GHC API package.
WITH_BOOTSTRAPPING_COMPILER
=
installPackage ghc-pkg hsc2hs hpc
WITH_STAGE2
=
installPackage ghc-pkg hasktags runghc hpc
pwd
haddock
...
...
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