Lines Matching refs:clean
21 # Builds up a list of clean steps. Creates a unique
28 define _add-clean-step
45 define add-clean-step
48 $(eval $(call _add-clean-step,$(1),true)),\
49 $(eval $(call _add-clean-step,$(1))))
52 # Defines INTERNAL_CLEAN_BUILD_VERSION and the individual clean steps.
58 # If the clean_steps.mk file is missing (usually after a clean build)
70 # The major clean version is out-of-date. Do a full clean, and
71 # don't even bother with the clean steps.
72 $(info *** A clean build is required because of a recent change.)
76 # The major clean version is correct. Find the list of clean steps
81 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \
145 $(info DISABLE_AUTO_INSTALLCLEAN is set; skipping auto-clean. Your tree may be in an inconsistent state.)
148 endif # else, this is the first build, so no need to clean.
170 # build types without having to do a full clean each time. E.g.: