build/pymake/tests/submake-path.mk

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build/pymake/tests/submake-path.mk	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,16 @@
     1.4 +#T gmake skip
     1.5 +#T grep-for: "2f7cdd0b-7277-48c1-beaf-56cb0dbacb24"
     1.6 +
     1.7 +ifdef __WIN32__
     1.8 +PS:=;
     1.9 +else
    1.10 +PS:=:
    1.11 +endif
    1.12 +
    1.13 +export PATH := $(TESTPATH)/pathdir$(PS)$(PATH)
    1.14 +
    1.15 +# This is similar to subprocess-path.mk, except we also check $(shell)
    1.16 +# invocations since they're affected by exported environment variables too,
    1.17 +# but only in submakes!
    1.18 +all:
    1.19 +	$(MAKE) -f $(TESTPATH)/submake-path.makefile2

mercurial