Home | History | Annotate | Download | only in core

Lines Matching refs:inherited

123 #   $(call get-inherited-nodes,PREFIX,A B)
130 define get-inherited-nodes
140 # get list of inherited words; if not empty:
142 # replace the first occurrence with (prefix + inherited + var)
149 define _expand-inherited-values
170 $(eval ### "If we just inherited ourselves, it's a cycle.") \
199 $(eval $(1).$(2).inherited := \
200 $(call get-inherited-nodes,$(1).$(2),$(3)))
201 $(call _import-nodes-inner,$(1),$($(1).$(2).inherited),$(3))
203 $(call _expand-inherited-values,$(1),$(2),$(3))
205 $(eval $(1).$(2).inherited :=)