Home | History | Annotate | Download | only in core

Lines Matching full:eval

30 $(foreach v,$(1),$(eval $(v):=))
48 $(foreach v,$(2),$(eval $(strip $(1)).$(v):=$($(v))))
72 $(eval $(2).$(v) := $($(1).$(v))) \
73 $(eval $(1).$(v) :=) \
102 $(eval h := |||$(subst $(space),|||,$(strip $(1)))|||) \
103 $(eval h := $(subst |||$(strip $(2))|||,|||$(space)|||,$(h))) \
104 $(eval h := $(word 1,$(h)) $(2) $(wordlist 2,9999,$(h))) \
151 $(eval ### "Shorthand for the name of the target variable") \
152 $(eval _eiv_tv := $(1).$(2).$(v)) \
153 $(eval ### "Get the list of nodes that this variable inherits") \
154 $(eval _eiv_i := \
160 $(eval ### "Make sure that this inherit appears only once") \
161 $(eval $(_eiv_tv) := \
163 $(eval ### "Expand the inherit tag") \
164 $(eval $(_eiv_tv) := \
168 $(eval ### "Clear the child so DAGs don't create duplicate entries" ) \
169 $(eval $(1).$(i).$(v) :=) \
170 $(eval ### "If we just inherited ourselves, it's a cycle.") \
177 $(eval _eiv_tv :=) \
178 $(eval _eiv_i :=)
188 $(eval _include_stack := $(2) $$(_include_stack))
190 $(eval LOCAL_PATH := $(patsubst %/,%,$(dir $(2))))
191 $(eval MAKEFILE_LIST :=)
192 $(eval include $(2))
193 $(eval _included := $(filter-out $(2),$(MAKEFILE_LIST)))
194 $(eval MAKEFILE_LIST :=)
195 $(eval LOCAL_PATH :=)
199 $(eval $(1).$(2).inherited := \
205 $(eval $(1).$(2).inherited :=)
206 $(eval _include_stack := $(wordlist 2,9999,$$(_include_stack)))
212 # $(eval $(warning product spec file: $(2)))\
213 # $(foreach _inc,$(_included),$(eval $(warning $(space)$(space)$(space)includes: $(_inc)))),)
227 $(eval ### "skipping already-imported $(_in)") \
229 $(eval $(1).$(_in).seen := true) \
246 $(eval _node_import_context := _nic.$(1).[[$(_in)]]) \
247 $(if $(_include_stack),$(eval $(error ASSERTION FAILED: _include_stack \
249 $(eval _include_stack := ) \
252 $(eval _node_import_context :=) \
253 $(eval $(1) := $($(1)) $(_in)) \
254 $(if $(_include_stack),$(eval $(error ASSERTION FAILED: _include_stack \