diff options
author | Igor Grinberg <grinberg@compulab.co.il> | 2014-07-15 15:52:02 +0300 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-22 07:44:27 -0400 |
commit | 5fc2f924dc6983738de13c820a976d8a3f92ec86 (patch) | |
tree | 842b2dd81f8665846a4ee804737f465add6a8de9 /Makefile | |
parent | b3dfe43c6c4b39c443b8376f0d2f83ffef342080 (diff) |
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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' |