build/pymake/tests/simple-makeflags.mk

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build/pymake/tests/simple-makeflags.mk	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,10 @@
     1.4 +# There once was a time when MAKEFLAGS=w without any following spaces would
     1.5 +# cause us to treat w as a target, not a flag. Silly!
     1.6 +
     1.7 +MAKEFLAGS=w
     1.8 +
     1.9 +all:
    1.10 +	$(MAKE) -f $(TESTPATH)/simple-makeflags.mk subt
    1.11 +	@echo TEST-PASS
    1.12 +
    1.13 +subt:

mercurial