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