1begin undefined-direct 2: undefined-direct--eol 3end undefined-direct with status 0 4 5begin undefined-indirect 6: undefined-direct--eol 7end undefined-indirect with status 0 8 9begin parse-error-direct 10make: Unclosed variable "UNCLOSED" 11 in command ": unexpected $@-${UNCLOSED"
in target "parse-error-unclosed-expression"
make: Unclosed expression, expecting '}' 12 while evaluating variable "UNCLOSED" with value "" 13 in command ": unexpected $@-${UNCLOSED:" 14 in target "parse-error-unclosed-modifier" 15make: Unknown modifier ":Z" 16 while evaluating variable "UNKNOWN" with value "" 17 in command ": unexpected $@-${UNKNOWN:Z}-eol" 18 in target "parse-error-unknown-modifier" 19end parse-error-direct with status 2 20 21begin parse-error-indirect 22make: Unclosed variable "UNCLOSED" 23 in command ": unexpected $@-${UNCLOSED" 24 in target "parse-error-unclosed-expression" 25make: Unclosed expression, expecting '}' 26 while evaluating variable "UNCLOSED" with value "" 27 in command ": unexpected $@-${UNCLOSED:" 28 in target "parse-error-unclosed-modifier" 29make: Unknown modifier ":Z" 30 while evaluating variable "UNKNOWN" with value "" 31 in command ": unexpected $@-${UNKNOWN:Z}-eol" 32 in target "parse-error-unknown-modifier" 33end parse-error-indirect with status 2 34 35begin begin-direct 36(exit 13) # .BEGIN 37*** Error code 13 (continuing) 38 39 40Stop. 41make: stopped making "begin-direct" in unit-tests 42end begin-direct with status 1 43 44begin begin-indirect 45(exit 13) # before-begin 46*** Error code 13 (continuing) 47 48 49Stop. 50make: stopped making "begin-indirect" in unit-tests 51end begin-indirect with status 1 52 53begin end-direct 54(exit 13) # .END 55*** Error code 13 (continuing) 56 57 58Stop. 59make: stopped making "end-direct" in unit-tests 60end end-direct with status 1 61 62begin end-indirect 63(exit 13) # before-end 64*** Error code 13 (continuing) 65 66 67Stop. 68make: stopped making "end-indirect" in unit-tests 69end end-indirect with status 1 70 71exit status 0 72