mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
318 B
Makefile
12 lines
318 B
Makefile
# -*- Mode: Makefile -*-
|
|
|
|
shellresult := $(shell pathtest)
|
|
ifneq (2f7cdd0b-7277-48c1-beaf-56cb0dbacb24,$(filter $(shellresult),2f7cdd0b-7277-48c1-beaf-56cb0dbacb24))
|
|
$(error pathtest not found in submake shell function)
|
|
endif
|
|
|
|
all:
|
|
@pathtest
|
|
@pathtest | grep -q 2f7cdd0b-7277-48c1-beaf-56cb0dbacb24
|
|
@echo TEST-PASS
|