[U-Boot] [PATCH] Makefile: add a symbol link tags for ctags
Du Huanpeng
u74147 at gmail.com
Mon May 4 15:26:53 CEST 2015
Signed-off-by: Du Huanpeng <u74147 at 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
More information about the U-Boot
mailing list