mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 15:03:53 +02:00
scripts/tags.sh: allow to use alternative ctags implementation
Some ctags implementations are available. With this change, You can specify your favorite one with CTAGS environment variable. Signed-off-by: Masatake YAMATO <yamato@redhat.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
parent
0f57c75973
commit
a503a31310
|
@ -344,7 +344,7 @@ case "$1" in
|
|||
|
||||
"tags")
|
||||
rm -f tags
|
||||
xtags ctags
|
||||
xtags ${CTAGS:-ctags}
|
||||
remove_structs=y
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user