comparison: build/pymake/tests/default-goal-set-first.mk
build/pymake/tests/default-goal-set-first.mk
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 .DEFAULT_GOAL := default |
|
2 |
|
3 not-default: |
|
4 @echo TEST-FAIL did not run default rule |
|
5 |
|
6 default: |
|
7 @echo TEST-PASS |