Home | History | Annotate | Download | only in core

Lines Matching refs:clean

18 # Builds up a list of clean steps.  Creates a unique
25 define _add-clean-step
42 define add-clean-step
45 $(eval $(call _add-clean-step,$(1),true)),\
46 $(eval $(call _add-clean-step,$(1))))
49 # Defines INTERNAL_CLEAN_BUILD_VERSION and the individual clean steps.
55 # If the clean_steps.mk file is missing (usually after a clean build)
67 # The major clean version is out-of-date. Do a full clean, and
68 # don't even bother with the clean steps.
69 $(info *** A clean build is required because of a recent change.)
73 # The major clean version is correct. Find the list of clean steps
78 $(info Clean step: $(INTERNAL_CLEAN_STEP.$(step))) \
81 # If we are running mm/mmm, we should copy over the other clean steps too.
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.: