]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Makefile: add a symbol link tags for ctags
authorDu Huanpeng <u74147@gmail.com>
Mon, 4 May 2015 13:26:53 +0000 (06:26 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:38:43 +0000 (22:38 +0200)
Signed-off-by: Du Huanpeng <u74147@gmail.com>
Makefile

index c489d2586c25a206b4e4e3a2958f0a490d0969d2..73b30005b100fd5614985eb9473dfdc543183fea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1275,6 +1275,7 @@ FINDFLAGS := -L
 tags ctags:
                ctags -w -o ctags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \
                                                -name '*.[chS]' -print`
+               ln -s ctags tags
 
 etags:
                etags -a -o etags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \