Lines Matching full:2

45 # $(2): list of variable names to copy
48 $(foreach v,$(2),$(eval $(strip $(1)).$(v):=$($(v))))
67 # $(2): destination prefix
72 $(eval $(2).$(v) := $($(1).$(v))) \
79 # $(2): needle
99 $(if $(filter-out 0 1,$(words $(filter $(2),$(1)))), \
101 $(eval h := $(subst |||$(strip $(2))|||,|||$(space)|||,$(h))) \
102 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
126 # $(2): list of variables to check
132 $(foreach v,$(2),$($(1).$(v))) \
144 # $(2): name of this node
151 $(eval _eiv_tv := $(1).$(2).$(v)) \
176 $(if $(filter $(INHERIT_TAG)$(2),$($(_eiv_tv))), \
177 $(warning Cycle detected between "$(2)" and "$(i)" for context "$(1)") \
178 $(error import of "$(2)" failed) \
188 # $(2): makefile representing this node
194 $(eval _include_stack := $(2) $$(_include_stack))
196 $(eval LOCAL_PATH := $(patsubst %/,%,$(dir $(2))))
199 $(call dump-config-vals,$(2),before)
200 $(eval include $(2))
202 $(call dump-config-vals,$(2),after)
203 $(eval _included := $(filter-out $(2),$(MAKEFILE_LIST)))
206 $(call copy-var-list, $(1).$(2), $(3))
209 $(eval $(1).$(2).inherited := \
210 $(call get-inherited-nodes,$(1).$(2),$(3)))
211 $(call _import-nodes-inner,$(1),$($(1).$(2).inherited),$(3))
213 $(call _expand-inherited-values,$(1),$(2),$(3),$(4))
215 $(eval $(1).$(2).inherited :=)
216 $(eval _include_stack := $(wordlist 2,9999,$$(_include_stack)))
222 # $(eval $(warning product spec file: $(2)))\
228 # $(2): list of makefiles representing nodes to import
235 $(foreach _in,$(2), \
251 # $(2): list of makefiles representing nodes to import
257 $(call dump-phase-start,$(1),$(2),$(3),$(4),build/make/core/node_fns.mk) \
259 $(foreach _in,$(2), \