projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0320b7
)
Makefile: add a symbol link tags for ctags
author
Du Huanpeng
<u74147@gmail.com>
Mon, 4 May 2015 13:26:53 +0000
(06:26 -0700)
committer
Tom Rini
<trini@konsulko.com>
Sun, 10 May 2015 13:59:37 +0000
(09:59 -0400)
Signed-off-by: Du Huanpeng <u74147@gmail.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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) \