Mypal/build/pymake/tests/serial-rule-execution2.mk
2019-03-11 13:26:37 +03:00

14 lines
227 B
Makefile

#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