From: Du Huanpeng Date: Mon, 4 May 2015 13:26:53 +0000 (-0700) Subject: Makefile: add a symbol link tags for ctags X-Git-Tag: v2015.07-rc2~257 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=74d339bef94e879b2da6ef3c7aaa6e2b96c52b33;p=u-boot Makefile: add a symbol link tags for ctags Signed-off-by: Du Huanpeng --- diff --git a/Makefile b/Makefile index 24503ac672..cecb8fa067 100644 --- 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) \