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
Glasgow Haskell Compiler
GHC
Commits
592766aa
Commit
592766aa
authored
Jul 24, 2008
by
Simon Marlow
Browse files
put the inplace GHC in stageN-inplace/ghc instead of stageN-inplace/bin/ghc
just saves a bit of typing
parent
228c19b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/Makefile
View file @
592766aa
...
...
@@ -85,7 +85,7 @@ build.stage.%:
$(INSTALL_PACKAGE)
install
'
$(GHC_PKG_PROG)
'
'XXX/package.conf'
""
\
$(FPTOOLS_TOP_ABS)
/ghc/stage
$*
-inplace
\
$(FPTOOLS_TOP_ABS)
/ghc/stage
$*
-inplace
\
'$$prefix
/bin'
\
'$$prefix
'
\
'
$(INPLACE_DATA_DIR)
'
\
'$$prefix/libexec'
\
'$$prefix/dynlib'
\
...
...
mk/config.mk.in
View file @
592766aa
...
...
@@ -868,9 +868,9 @@ NHC = @NHC@
# tree). We can refer to "this ghc" as $(GHC_INPLACE):
GHC_INPLACE
=
$(GHC_STAGE1)
GHC_STAGE1
=
$(GHC_COMPILER_DIR_ABS)
/stage1-inplace/
bin/
ghc
GHC_STAGE2
=
$(GHC_COMPILER_DIR_ABS)
/stage2-inplace/
bin/
ghc
GHC_STAGE3
=
$(GHC_COMPILER_DIR_ABS)
/stage3-inplace/
bin/
ghc
GHC_STAGE1
=
$(GHC_COMPILER_DIR_ABS)
/stage1-inplace/ghc
GHC_STAGE2
=
$(GHC_COMPILER_DIR_ABS)
/stage2-inplace/ghc
GHC_STAGE3
=
$(GHC_COMPILER_DIR_ABS)
/stage3-inplace/ghc
# XXX All those used to have -no-user-package-conf, but then we can't
# pass them to Cabal
...
...
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