OpenGrok
Cross Reference: comment_in_define.mk
xref
: /
build
/
kati
/
testcase
/
comment_in_define.mk
Home
|
History
|
Annotate
|
Download
|
only in
testcase
1
define comment
2
# PASS
3
endef
4
5
a:=$(comment)
6
7
foo:
8
$(comment)
9
echo $(a)
10