Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
serial-doublecolon-execution.mk
blob: 1871cb13a9ce3961080a6e59e7abebb8d5afc2d5 [
file
] [
log
] [
blame
]
#T commandline: ['-j3']
# Commands of double-colon rules are always executed in order.
all
:
dc
cat status
test
"$$(cat status)"
=
"all1:all2:"
@echo
TEST
-
PASS
dc
::
slowt
printf
"all1:"
>>
status
dc
::
sleep
0.2
printf
"all2:"
>>
status
slowt
:
sleep
1