diff mbox

[U-Boot,3/3] Makefile: fix tags target documentation

Message ID 1405428722-31624-4-git-send-email-grinberg@compulab.co.il
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Igor Grinberg July 15, 2014, 12:52 p.m. UTC
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>
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Tom Rini July 22, 2014, 7:23 p.m. UTC | #1
On Tue, Jul 15, 2014 at 03:52:02PM +0300, Igor Grinberg wrote:

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

Applied to u-boot/master, thanks!
diff mbox

Patch

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'