Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
1 # -*- Mode: Makefile -*-
3 shellresult := $(shell pathtest)
4 ifneq (2f7cdd0b-7277-48c1-beaf-56cb0dbacb24,$(filter $(shellresult),2f7cdd0b-7277-48c1-beaf-56cb0dbacb24))
5 $(error pathtest not found in submake shell function)
6 endif
8 all:
9 @pathtest
10 @pathtest | grep -q 2f7cdd0b-7277-48c1-beaf-56cb0dbacb24
11 @echo TEST-PASS