aboutsummaryrefslogtreecommitdiffstats
path: root/testcase/not_command_with_tab.mk
blob: f71f6fa50da0fa6ca895f4d5fb2db7374e425003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test: foo bar

empty:=
$(empty)
	export A=PASS_A\
with_space

foo:
	echo $$A

rule:=bar:
$(rule)
	export B=PASS_B; echo $${B}\
without_space