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

8 lines
No EOL
99 B
Makefile

x := one
x += two $(x)
$(info $(x))
# TODO: shouldn't crash.
#y = one
#y += two $(y)
#$(info $(y))