From: Igor Grinberg Date: Tue, 15 Jul 2014 12:52:02 +0000 (+0300) Subject: Makefile: fix tags target documentation X-Git-Tag: v2014.10-rc1~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fc2f924dc6983738de13c820a976d8a3f92ec86;p=platform%2Fkernel%2Fu-boot.git Makefile: fix tags target documentation Replace the TAGS target name by the actual ctags target name. Also, add etags target documentation. Cc: Masahiro Yamada Signed-off-by: Igor Grinberg --- diff --git a/Makefile b/Makefile index bfe801c..ca212b5 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'