allwinner_a64/android/build/kati/testcase/not_command_with_tab.mk
2018-08-08 16:48:17 +08:00

14 lines
141 B
Makefile

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