aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/lineno_in_call.mk
blob: c9b995e5d454a090e665fa5d62756326cf1724ac (plain)
1
2
3
4
5
6
7
8
9
10
define foo
 $(eval X:=) \
 $(eval X:=) \
 $(warning foo)
endef

$(call foo)

test:
	echo FOO