Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Masatake YAMATO and committed by
Masahiro Yamada
a503a313 0f57c759

+1 -1
+1 -1
scripts/tags.sh
··· 344 344 345 345 "tags") 346 346 rm -f tags 347 - xtags ctags 347 + xtags ${CTAGS:-ctags} 348 348 remove_structs=y 349 349 ;; 350 350