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