xref
: /
build
/
kati
/
testcase
/
var_cond_assign.mk
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
foo
=
FOO
2
C
?= $(
foo
) $(
bar
)
3
4
test
:
5
echo
"
$(
C
)
"
6
7
bar
=
BAR
8
9