Lines Matching refs:v
117 $(foreach v,$(_product_var_list),\
118 $(info PRODUCTS.$(1).$(v) := $(PRODUCTS.$(1).$(v))))\
135 $(foreach v,$(_product_var_list), \
136 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1)))) \
282 $(foreach v,$(_product_stash_var_list), \
283 $(eval $(strip $(1))_$(call rot13,$(v)):=$$($$(v))) \
294 $(foreach v,$(_product_stash_var_list), \
295 $(if $(call streq,$($(v)),$($(strip $(1))_$(call rot13,$(v)))),, \
296 $(eval $(warning $(v) has been modified: $($(v)))) \
297 $(eval $(warning previous value: $($(strip $(1))_$(call rot13,$(v))))) \
298 $(eval changed_variables := $(changed_variables) $(v))) \