build/pymake/tests/native-simple.mk

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:fc59b87979fa
1 ifndef TOUCH
2 TOUCH = touch
3 endif
4
5 all: testfile {testfile2} (testfile3)
6 test -f testfile
7 test -f {testfile2}
8 test -f "(testfile3)"
9 @echo TEST-PASS
10
11 testfile {testfile2} (testfile3):
12 $(TOUCH) "$@"

mercurial