]> git.ipfire.org Git - people/ms/u-boot.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)
committerTom Rini <trini@konsulko.com>
Sun, 10 May 2015 13:59:37 +0000 (09:59 -0400)
Signed-off-by: Du Huanpeng <u74147@gmail.com>
Makefile

index 24503ac672ff22274c933ed36ecf7d4df6fd9f9d..cecb8fa067ae88f1ecd92db6263d6f50aa6f1d28 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1272,6 +1272,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) \