X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2Ftags.sh;h=bd6185d529cff980e8516429abdc9f3ca2646391;hb=26ff6801f751cd47e44c2e9507ec08b447f2d2b9;hp=92fdc4546141125a14410af0b8d4b1ce8464e2fe;hpb=78d12c237ca2e32ac6570b161d2137b5288c5511;p=firefly-linux-kernel-4.4.55.git diff --git a/scripts/tags.sh b/scripts/tags.sh index 92fdc4546141..bd6185d529cf 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -114,6 +114,11 @@ docscope() cscope -b -f cscope.out } +dogtags() +{ + all_sources | gtags -f - +} + exuberant() { all_sources | xargs $1 -a \ @@ -187,6 +192,10 @@ case "$1" in docscope ;; + "gtags") + dogtags + ;; + "tags") rm -f tags xtags ctags