1make: var-recursive.mk:11: Variable DIRECT is recursive. 2 while evaluating variable "DIRECT" with value "${DIRECT}" 3 in make[1] in directory "<curdir>" 4make: var-recursive.mk:11: <> 5make: var-recursive.mk:19: Variable INDIRECT1 is recursive. 6 while evaluating variable "INDIRECT2" with value "${INDIRECT1}" 7 while evaluating variable "INDIRECT1" with value "${INDIRECT2}" 8 in make[1] in directory "<curdir>" 9make: var-recursive.mk:19: <> 10make: var-recursive.mk:26: <ok> 11make: var-recursive.mk:34: Variable MODIFIERS is recursive. 12 while evaluating variable "MODIFIERS" with value "${MODIFIERS:Mpattern}" 13 in make[1] in directory "<curdir>" 14make: var-recursive.mk:34: <Mpattern}> 15make: var-recursive.mk:43: Variable V is recursive. 16 while evaluating variable "V" with value "$V" 17 in make[1] in directory "<curdir>" 18make: var-recursive.mk:43: <> 19make: Fatal errors encountered -- cannot continue 20make: stopped making "loadtime" in unit-tests 21sub-exit status 1 22: before-recursive 23make: Variable VAR is recursive. 24 while evaluating variable "VAR" with value "${VAR}" 25 in command ": recursive-line-before <${VAR}> recursive-line-after" 26 in target "runtime" 27 in make[1] in directory "<curdir>" 28sub-exit status 2 29exit status 0 30