From mboxrd@z Thu Jan 1 00:00:00 1970 From: Du Huanpeng Date: Mon, 4 May 2015 06:26:53 -0700 Subject: [U-Boot] [PATCH] Makefile: add a symbol link tags for ctags Message-ID: <1430746013-2659-1-git-send-email-u74147@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Signed-off-by: Du Huanpeng --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bd4abab..68eff1a 100644 --- a/Makefile +++ b/Makefile @@ -1228,6 +1228,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) \ -- 1.9.1