OpenGrok
Cross Reference: ifdef_ret_in_arg.mk
xref
: /
build
/
kati
/
testcase
/
ifdef_ret_in_arg.mk
Home
|
History
|
Annotate
|
Download
|
only in
testcase
1
define x
2
a
3
b
4
endef
5
$(x):=PASS
6
ifdef $(x)
7
$(info $($(x)))
8
endif
9