blob: e529c8f0e466f1486c2d0d4781d1ff727da65388 [file] [log] [blame]
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