X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Ftags.sh;h=bd6185d529cff980e8516429abdc9f3ca2646391;hb=53f358a81e10e798f44af896ffacaedd7ac0269b;hp=92fdc4546141125a14410af0b8d4b1ce8464e2fe;hpb=57949e8006de9643ac95447143e0211be3ff5f81;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/scripts/tags.sh b/scripts/tags.sh index 92fdc45..bd6185d 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