michael@0: #T commandline: ['-j3'] michael@0: michael@0: # Commands of double-colon rules are always executed in order. michael@0: michael@0: all: dc michael@0: cat status michael@0: test "$$(cat status)" = "all1:all2:" michael@0: @echo TEST-PASS michael@0: michael@0: dc:: slowt michael@0: printf "all1:" >> status michael@0: michael@0: dc:: michael@0: sleep 0.2 michael@0: printf "all2:" >> status michael@0: michael@0: slowt: michael@0: sleep 1