build/pymake/tests/include-regen.mk

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build/pymake/tests/include-regen.mk	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +# avoid infinite loops by not remaking makefiles with
     1.5 +# double-colon no-dependency rules
     1.6 +# http://www.gnu.org/software/make/manual/make.html#Remaking-Makefiles
     1.7 +-include notfound.mk
     1.8 +
     1.9 +all:
    1.10 +	@echo TEST-PASS
    1.11 +
    1.12 +notfound.mk::
    1.13 +	@echo TEST-FAIL

mercurial