build/pymake/tests/serial-rule-execution2.mk

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:6c5313fa9af7
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

mercurial