[PATCH] add comment for "make help"

From: Huang Shijie
Date: Sat Sep 26 2009 - 22:50:16 EST


The "make cscope(tags)" only generate the tag database for the current
architecture.

So add this comment to remind the people.

Signed-off-by: Huang Shijie <shijie8@xxxxxxxxx>
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index f908acc..ad2c20d 100644
--- a/Makefile
+++ b/Makefile
@@ -1331,6 +1331,7 @@ help:
@echo ' modules_prepare - Set up for building external modules'
@echo ' tags/TAGS - Generate tags file for editors'
@echo ' cscope - Generate cscope index'
+ @echo ' (default: $(SRCARCH), see scripts/tags.sh for more architectures)';
@echo ' kernelrelease - Output the release version string'
@echo ' kernelversion - Output the version stored in Makefile'
@echo ' headers_install - Install sanitised kernel headers to INSTALL_HDR_PATH'; \
--
1.6.0.6

--
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/