Home | History | Annotate | Download | only in core

Lines Matching refs:step

19 # id for each step by taking makefile path, INTERNAL_CLEAN_BUILD_VERSION
23 # $(2): indicate to not use makefile path as part of step id if not empty.
25 define _add-clean-step
42 define add-clean-step
43 $(eval # for build/core/cleanspec.mk, dont use makefile path as part of step id) \
45 $(eval $(call _add-clean-step,$(1),true)),\
46 $(eval $(call _add-clean-step,$(1))))
77 $(foreach step,$(steps), \
78 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \
79 $(shell $(INTERNAL_CLEAN_STEP.$(step))) \