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

  /build/core/
node_fns.mk 111 INHERIT_TAG := @inherit:
115 # and finds instances of words beginning with INHERIT_TAG. Scrape
116 # off INHERIT_TAG from each matching word, and return the sorted,
120 # PREFIX.A := A $(INHERIT_TAG)aaa B C
121 # PREFIX.B := B $(INHERIT_TAG)aaa C $(INHERIT_TAG)bbb D E
132 $(subst $(INHERIT_TAG),, \
133 $(filter $(INHERIT_TAG)%, \
156 $(patsubst $(INHERIT_TAG)%,%, \
157 $(filter $(INHERIT_TAG)%, $($(_eiv_tv))
    [all...]
device.mk 38 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1))))
product.mk 113 $(eval $(v) := $($(v)) $(INHERIT_TAG)$(strip $(1)))) \

Completed in 2212 milliseconds