comparison: build/pymake/tests/phony.mk
build/pymake/tests/phony.mk
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 $(shell \ |
|
2 touch dep; \ |
|
3 sleep 2; \ |
|
4 touch all; \ |
|
5 ) |
|
6 |
|
7 all:: dep |
|
8 @echo TEST-PASS |
|
9 |
|
10 .PHONY: all |