comparison: build/pymake/tests/serial-rule-execution2.mk
build/pymake/tests/serial-rule-execution2.mk
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 #T returncode: 2 |
|
2 |
|
3 # The dependencies of the command rule of a single-colon target are resolved before the rules without commands. |
|
4 |
|
5 all: export |
|
6 |
|
7 export: |
|
8 sleep 1 |
|
9 touch somefile |
|
10 |
|
11 all: somefile |
|
12 test -f somefile |
|
13 @echo TEST-PASS |