Lines Matching defs:mrproper
269 clean-targets := %clean mrproper cleandocs
318 # For "make -j clean all", "make -j mrproper defconfig all", etc.
563 echo >&2 "*** The source tree is not clean, please run 'make$(if $(findstring command line, $(origin ARCH)), ARCH=$(ARCH)) mrproper'"; \
1503 # make mrproper Delete the current configuration, and all generated files
1511 # Directories & files removed with 'make mrproper'
1537 # mrproper - Delete all generated files, including .config
1539 mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
1540 mrproper-dirs := $(addprefix _mrproper_,scripts)
1542 PHONY += $(mrproper-dirs) mrproper
1543 $(mrproper-dirs):
1546 mrproper: clean $(mrproper-dirs)
1555 distclean: mrproper
1585 @echo ' mrproper - Remove all generated files + config + various backup files'
1586 @echo ' distclean - mrproper + remove editor backup and patch files'