1 Global: .ALLTARGETS = one 2 Global: .ALLTARGETS = one two 3 Var_Parse: ${.MAKE.TARGET_LOCAL_VARIABLES} (eval) 4 Var_SetExpand: variable name "" expands to empty string, with value "three" - ignored 5 Var_SetExpand: variable name "" expands to empty string, with value "three" - ignored 6 Global: one two = # (empty) 7 Global: one two = three 8 Global: .MAKEFLAGS = -r -k -d v -d 9 Global: .MAKEFLAGS = -r -k -d v -d 0 10 : Making var-scope-local.c out of nothing. 11 : Making var-scope-local.o from var-scope-local.c. 12 : Making basename "var-scope-local.o" in "." from "var-scope-local.c" in ".". 13 : Making var-scope-local-assign.o with VAR="local". 14 : Making var-scope-local-append.o with VAR="local to var-scope-local-append.o". 15 : Making var-scope-local-append-global.o with VAR="global+local". 16 : Making var-scope-local-default.o with VAR="global". 17 : Making var-scope-local-subst.o with VAR="global+local". 18 : Making var-scope-local-shell.o with VAR="output". 19 : var-scope-local-use.o uses .USE VAR="global" 20 : all overwritten 21 exit status 0 22