summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Grinberg <grinberg@compulab.co.il>2014-07-15 15:52:02 +0300
committerTom Rini <trini@ti.com>2014-07-22 07:44:27 -0400
commit5fc2f924dc6983738de13c820a976d8a3f92ec86 (patch)
tree842b2dd81f8665846a4ee804737f465add6a8de9
parentb3dfe43c6c4b39c443b8376f0d2f83ffef342080 (diff)
downloadtalos-obmc-uboot-5fc2f924dc6983738de13c820a976d8a3f92ec86.tar.gz
talos-obmc-uboot-5fc2f924dc6983738de13c820a976d8a3f92ec86.zip
Makefile: fix tags target documentation
Replace the TAGS target name by the actual ctags target name. Also, add etags target documentation. Cc: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bfe801c14e..ca212b5a2b 100644
--- a/Makefile
+++ b/Makefile
@@ -1311,7 +1311,8 @@ help:
@echo ' dir/file.[oisS] - Build specified target only'
@echo ' dir/file.lst - Build specified mixed source/assembly target only'
@echo ' (requires a recent binutils and recent build (System.map))'
- @echo ' tags/TAGS - Generate tags file for editors'
+ @echo ' tags/ctags - Generate ctags file for editors'
+ @echo ' etags - Generate etags file for editors'
@echo ' cscope - Generate cscope index'
@echo ' ubootrelease - Output the release version string'
@echo ' ubootversion - Output the version stored in Makefile'
OpenPOWER on IntegriCloud