Lines Matching refs:mrproper
276 clean-targets := %clean mrproper cleandocs
325 # For "make -j clean all", "make -j mrproper defconfig all", etc.
580 …clean, please run 'make$(if $(findstring command line, $(origin ARCH)), ARCH=$(ARCH)) mrproper'"; \
1595 # make mrproper Delete the current configuration, and all generated files
1603 # Directories & files removed with 'make mrproper'
1629 # mrproper - Delete all generated files, including .config
1631 mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
1632 mrproper-dirs := $(addprefix _mrproper_,scripts)
1634 PHONY += $(mrproper-dirs) mrproper
1635 $(mrproper-dirs):
1638 mrproper: clean $(mrproper-dirs)
1647 distclean: mrproper
1677 @echo ' mrproper - Remove all generated files + config + various backup files'
1678 @echo ' distclean - mrproper + remove editor backup and patch files'