xref
: /
build
/
kati
/
testcase
/
target_specific_var_var_name.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
FOO
:=
BAR
2
test
: $$(
FOO
) :=
FAIL
3
test
:
4
echo
$(
BAR
)
5