Skip to content
Snippets Groups Projects
Commit 74d339be authored by Du Huanpeng's avatar Du Huanpeng Committed by Tom Rini
Browse files

Makefile: add a symbol link tags for ctags


Signed-off-by: default avatarDu Huanpeng <u74147@gmail.com>
parent e0320b74
No related branches found
No related tags found
No related merge requests found
...@@ -1272,6 +1272,7 @@ FINDFLAGS := -L ...@@ -1272,6 +1272,7 @@ FINDFLAGS := -L
tags ctags: tags ctags:
ctags -w -o ctags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \ ctags -w -o ctags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \
-name '*.[chS]' -print` -name '*.[chS]' -print`
ln -s ctags tags
etags: etags:
etags -a -o etags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \ etags -a -o etags `$(FIND) $(FINDFLAGS) $(TAG_SUBDIRS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment