Lines Matching defs:mrproper
274 clean-targets := %clean mrproper cleandocs
334 # For "make -j clean all", "make -j mrproper defconfig all", etc.
655 echo >&2 "*** The source tree is not clean, please run 'make$(if $(findstring command line, $(origin ARCH)), ARCH=$(ARCH)) mrproper'"; \
1471 # make mrproper Delete the current configuration, and all generated files
1480 # Directories & files removed with 'make mrproper'
1504 # mrproper - Delete all generated files, including .config
1506 mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
1507 mrproper-dirs := $(addprefix _mrproper_,scripts)
1509 PHONY += $(mrproper-dirs) mrproper
1510 $(mrproper-dirs):
1513 mrproper: clean $(mrproper-dirs)
1523 distclean: mrproper
1553 @echo ' mrproper - Remove all generated files + config + various backup files'
1554 @echo ' distclean - mrproper + remove editor backup and patch files'