comparison: build/pymake/tests/phony.mk
build/pymake/tests/phony.mk
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
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 |