HomeSort by relevance Sort by last modified time
    Searched refs:_include_stack (Results 1 - 2 of 2) sorted by null

  /build/make/core/
node_fns.mk 184 # _include_stack contains the list of included files, with the most recent files first.
186 $(eval _include_stack := $(2) $$(_include_stack))
204 $(eval _include_stack := $(wordlist 2,9999,$$(_include_stack)))
245 $(if $(_include_stack),$(eval $(error ASSERTION FAILED: _include_stack \
246 should be empty here: $(_include_stack))),) \
247 $(eval _include_stack := ) \
252 $(if $(_include_stack),$(eval $(error ASSERTION FAILED: _include_stack
    [all...]
product.mk 188 PRODUCTS.$(strip $(word 1,$(_include_stack))).INHERITS_FROM) \
191 $(eval ALL_PRODUCTS := $(sort $(ALL_PRODUCTS) $(word 1,$(_include_stack))))

Completed in 208 milliseconds