tenfourfox/build/pymake/tests/serial-rule-execution2.mk
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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