build/pymake/tests/matchany2.mk

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:d74f45266a8d
1 # we should succeed in making foo.ooo from foo.ooo.test
2 all: foo.ooo
3 @echo TEST-PASS
4
5 %.ooo: %.ccc
6 exit 1
7
8 # this match-anything rule is terminal, and therefore applies
9 %:: %.test
10 cp $< $@
11
12 foo.ooo.test:
13 touch $@

mercurial