Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
905cc555
Commit
905cc555
authored
Jul 13, 2008
by
Ian Lynagh
Browse files
Follow changes in GHC's build system
parent
efe5934f
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/mk/test.mk
View file @
905cc555
...
...
@@ -30,9 +30,6 @@ endif
export
MAKE
# ghastly hack, because the driver requires that $tool be an absolute path name.
GHC_STAGE1_ABS
=
$(GHC_COMPILER_DIR_ABS)
/stage1/ghc-inplace
GHC_STAGE2_ABS
=
$(GHC_COMPILER_DIR_ABS)
/stage2/ghc-inplace
GHC_STAGE3_ABS
=
$(GHC_COMPILER_DIR_ABS)
/stage3/ghc-inplace
GHC_PKG_ABS
=
$(GHC_PKG_DIR_ABS)
/ghc-pkg-inplace
HP2PS_ABS
=
$(GHC_HP2PS_DIR_ABS)
/hp2ps
GS
=
gs
...
...
@@ -44,9 +41,9 @@ CONFIG = $(CONFIGDIR)/$(COMPILER)
# can be overriden from the command line
ifneq
"$(stage)" ""
TEST_HC
=
$
(
GHC_STAGE
$(stage)
_ABS
)
TEST_HC
=
$
(
GHC_STAGE
$(stage)
)
else
TEST_HC
=
$(GHC_STAGE2
_ABS
)
TEST_HC
=
$(GHC_STAGE2)
endif
GHC_PKG
=
$(GHC_PKG_ABS)
...
...
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