comparison: build/pymake/tests/dotslash.mk
build/pymake/tests/dotslash.mk
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 $(shell touch foo.in) |
|
2 |
|
3 all: foo.out |
|
4 test "$(wildcard ./*.in)" = "./foo.in" |
|
5 @echo TEST-PASS |
|
6 |
|
7 ./%.out: %.in |
|
8 test "$@" = "foo.out" |
|
9 cp $< $@ |