提交 74d339be 编写于 作者: D Du Huanpeng 提交者: Tom Rini

Makefile: add a symbol link tags for ctags

Signed-off-by: NDu Huanpeng <u74147@gmail.com>
上级 e0320b74
......@@ -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) \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册