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