Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
serial-rule-execution2.mk
blob: 252a7df831cfa3c3400e2ab044f0535e9ff10b24 [
file
] [
log
] [
blame
]
#T returncode: 2
# The dependencies of the command rule of a single-colon target are resolved before the rules without commands.
all
:
export
export
:
sleep
1
touch somefile
all
:
somefile
test
-
f somefile
@echo
TEST
-
PASS