michael@0: #T gmake skip michael@0: #T grep-for: "2f7cdd0b-7277-48c1-beaf-56cb0dbacb24" michael@0: michael@0: ifdef __WIN32__ michael@0: PS:=; michael@0: else michael@0: PS:=: michael@0: endif michael@0: michael@0: export PATH := $(TESTPATH)/pathdir$(PS)$(PATH) michael@0: michael@0: # This is similar to subprocess-path.mk, except we also check $(shell) michael@0: # invocations since they're affected by exported environment variables too, michael@0: # but only in submakes! michael@0: all: michael@0: $(MAKE) -f $(TESTPATH)/submake-path.makefile2