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