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
59b5ac49
Commit
59b5ac49
authored
Jan 09, 2009
by
Ian Lynagh
Browse files
Add a "show" target
parent
b964175b
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/mk/boilerplate.mk
View file @
59b5ac49
...
...
@@ -17,6 +17,9 @@ ifeq "$(HAVE_EVAL)" "NO"
$(error
Your
make
does
not
support
eval.
You
need
GNU
make
>=
3.80)
endif
show
:
@
echo
'
$(VALUE)
="$(
$(VALUE)
)"'
define
get-ghc-rts-field
# $1 = rseult variable, $2 = field name
$1
:=
$
$(
shell
$
$(TEST_HC)
+RTS
--info
|
grep
'^ .("$2",'
|
sed
-e
's/.*", *"//'
-e
's/"
)
$$$$//'
)
endef
...
...
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