1 make: "var-recursive.mk" line 21: still there 2 make: "var-recursive.mk" line 23: while evaluating variable "DIRECT" with value "${DIRECT}": Variable DIRECT is recursive. 3 in directory <curdir> 4 5 make: stopped in unit-tests 6 sub-exit status 2 7 make: "var-recursive.mk" line 31: while evaluating variable "INDIRECT1" with value "${INDIRECT2}": while evaluating variable "INDIRECT2" with value "${INDIRECT1}": Variable INDIRECT1 is recursive. 8 in directory <curdir> 9 10 make: stopped in unit-tests 11 sub-exit status 2 12 make: "var-recursive.mk" line 39: ok 13 make: "var-recursive.mk" line 48: while evaluating variable "V" with value "$V": Variable V is recursive. 14 in directory <curdir> 15 16 make: stopped in unit-tests 17 sub-exit status 2 18 : OK 19 In a command near "var-recursive.mk" line 60: make[1]: in target "target": while evaluating variable "VAR" with value "${VAR}": Variable VAR is recursive. 20 21 make: stopped making "target" in unit-tests 22 sub-exit status 2 23 exit status 0 24