[U-Boot] [PATCH] Makefile: add a symbol link tags for ctags

4 May
2015
4 May
'15
3:26 p.m.
Signed-off-by: Du Huanpeng u74147@gmail.com --- 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

10 May
10 May
4:09 p.m.
New subject: [U-Boot] Makefile: add a symbol link tags for ctags
On Mon, May 04, 2015 at 06:26:53AM -0700, Du Huanpeng wrote:
Signed-off-by: Du Huanpeng u74147@gmail.com
Applied to u-boot/master, thanks!
--
Tom
3655
Age (days ago)
3661
Last active (days ago)
1 comments
2 participants
participants (2)
-
Du Huanpeng
-
Tom Rini