build/pymake/tests/no-remake.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:693b26a3893e
1 $(shell date >testfile)
2
3 all: testfile
4 @echo TEST-PASS
5
6 testfile:
7 @echo TEST-FAIL "We shouldn't have remade this!"

mercurial