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
fab764b8
Commit
fab764b8
authored
Oct 31, 2000
by
simonmar
Browse files
[project @ 2000-10-31 10:52:04 by simonmar]
GHC_INPLACE is in ghc/compiler now.
parent
c06d51eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
fab764b8
...
...
@@ -370,9 +370,9 @@ NoFibHcOpts = -O
# to somewhere with more space. (TMPDIR=. is a good choice).
# DEFAULT_TMPDIR isn't called TMPDIR because GNU make tends to
# override
the
environment variable with the value of the make
#
variable
when executing sub-processes, so
setting the TMPDIR env var
# would have no effect in the build tree.
# override
an
environment variable with the value of the make
variable
#
of the same name (if it exists)
when executing sub-processes, so
#
setting the TMPDIR env var
would have no effect in the build tree.
DEFAULT_TMPDIR
=
/tmp
...
...
@@ -531,7 +531,7 @@ MKDEPENDHS = $(HC)
# projects (eg. it's handy to have a nofib & a ghc build in the same
# tree). We can refer to "this ghc" as $(GHC_INPLACE):
GHC_INPLACE
=
$(FPTOOLS_TOP)
/ghc/
driv
er/ghc-inplace
GHC_INPLACE
=
$(FPTOOLS_TOP)
/ghc/
compil
er/ghc-inplace
#-----------------------------------------------------------------------------
# C compiler
...
...
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