blob: fbb7cb08e74835d77c33423210d5cfe7eb34dc5b [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