comparison: build/pymake/tests/no-remake.mk
build/pymake/tests/no-remake.mk
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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!" |