[PATCH] Add distclean info to 'make help' and more details for 'clean'.

From: Jesper Juhl
Date: Sun Sep 24 2006 - 08:00:25 EST



Add distclean info, that was previously missing, to 'make help'.
Also add a few more details to the 'make clean' help text.


Signed-off-by: Jesper Juhl <jesper.juhl@xxxxxxxxx>
---

Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

--- linux-2.6.18-git2-orig/Makefile 2006-09-24 13:01:38.000000000 +0200
+++ linux-2.6.18-git2/Makefile 2006-09-24 13:56:23.000000000 +0200
@@ -1057,8 +1057,10 @@ boards := $(notdir $(boards))

help:
@echo 'Cleaning targets:'
- @echo ' clean - remove most generated files but keep the config'
+ @echo ' clean - remove most generated files but keep the config and'
+ @echo ' enough to build external modules'
@echo ' mrproper - remove all generated files + config + various backup files'
+ @echo ' distclean - remove editor backup files, patch leftover files and the like'
@echo ''
@echo 'Configuration targets:'
@$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/