Lines Matching refs:v
119 $(foreach v,$(_product_var_list),\
120 $(info PRODUCTS.$(1).$(v) := $(PRODUCTS.$(1).$(v))))\
137 $(foreach v,$(_product_var_list), \
138 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1)))) \
281 $(foreach v,$(_product_stash_var_list), \
282 $(eval $(strip $(1))_$(call rot13,$(v)):=$$($$(v))) \
293 $(foreach v,$(_product_stash_var_list), \
294 $(if $(call streq,$($(v)),$($(strip $(1))_$(call rot13,$(v)))),, \
295 $(eval $(warning $(v) has been modified: $($(v)))) \
296 $(eval $(warning previous value: $($(strip $(1))_$(call rot13,$(v))))) \
297 $(eval changed_variables := $(changed_variables) $(v))) \