mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-23 07:01:38 +00:00
Makefile: add a symbol link tags for ctags
Signed-off-by: Du Huanpeng <u74147@gmail.com>
This commit is contained in:
parent
e0320b746a
commit
74d339bef9
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue