michael@0: # -*- Mode: Makefile -*- michael@0: michael@0: shellresult := $(shell pathtest) michael@0: ifneq (2f7cdd0b-7277-48c1-beaf-56cb0dbacb24,$(filter $(shellresult),2f7cdd0b-7277-48c1-beaf-56cb0dbacb24)) michael@0: $(error pathtest not found in submake shell function) michael@0: endif michael@0: michael@0: all: michael@0: @pathtest michael@0: @pathtest | grep -q 2f7cdd0b-7277-48c1-beaf-56cb0dbacb24 michael@0: @echo TEST-PASS