Lines Matching defs:mrproper
262 clean-targets := %clean mrproper cleandocs
311 # For "make -j clean all", "make -j mrproper defconfig all", etc.
554 echo >&2 "*** The source tree is not clean, please run 'make$(if $(findstring command line, $(origin ARCH)), ARCH=$(ARCH)) mrproper'"; \
1523 # make mrproper Delete the current configuration, and all generated files
1531 # Directories & files removed with 'make mrproper'
1557 # mrproper - Delete all generated files, including .config
1559 mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
1560 mrproper-dirs := $(addprefix _mrproper_,scripts)
1562 PHONY += $(mrproper-dirs) mrproper
1563 $(mrproper-dirs):
1566 mrproper: clean $(mrproper-dirs)
1575 distclean: mrproper
1605 @echo ' mrproper - Remove all generated files + config + various backup files'
1606 @echo ' distclean - mrproper + remove editor backup and patch files'