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

19 lines
255 B
Makefile

test1:
echo $(MAKEFILE_LIST)
touch foo.mk
test2:
echo $(MAKEFILE_LIST)
touch bar.mk
test3:
echo $(MAKEFILE_LIST)
test4: MAKEFILE_LIST=PASS
test4:
echo $(MAKEFILE_LIST)
-include foo.mk bar.mk
-include bar.mk
-include foo.mk
-include ./././foo.mk