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
5fd289cb
Commit
5fd289cb
authored
May 09, 2009
by
Ian Lynagh
Browse files
Add an HPC variable, for the location of hpc
parent
8e2b5884
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/mk/boilerplate.mk
View file @
5fd289cb
...
...
@@ -115,6 +115,10 @@ ifeq "$(HP2PS_ABS)" ""
HP2PS_ABS
:=
$(
dir
$(TEST_HC)
)
/hp2ps
endif
ifeq
"$(HPC)" ""
HPC
:=
$(
dir
$(TEST_HC)
)
/hpc
endif
$(eval
$(call
canonicaliseExecutable,TEST_HC))
ifeq
"$(wildcard $(TEST_HC))" ""
$(error Cannot find ghc
:
$(TEST_HC))
...
...
@@ -135,6 +139,11 @@ ifeq "$(wildcard $(HP2PS_ABS))" ""
$(error Cannot find hp2ps
:
$(HP2PS_ABS))
endif
$(eval
$(call
canonicaliseExecutable,HPC))
ifeq
"$(wildcard $(HPC))" ""
$(error Cannot find hpc
:
$(HPC))
endif
$(eval
$(call
get-ghc-field,GhcRTSWays,RTS
ways))
TOP_ABS
:=
$(
abspath
$(TOP)
)
...
...
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