From: Jianbin Kang Date: Thu, 8 Mar 2012 07:48:03 +0000 (+0800) Subject: kbuild: incremental tags update for GNU Global X-Git-Tag: firefly_0821_release~3680^2~3173^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=98bd46223322a84fdac235a0e40d97f9a1e3144c;p=firefly-linux-kernel-4.4.55.git kbuild: incremental tags update for GNU Global GNU gtags support '-i' for updating tag files incrementally. It runs more quickly than generating new tags after kernel source update. Signed-off-by: Jianbin Kang Signed-off-by: Michal Marek --- diff --git a/scripts/tags.sh b/scripts/tags.sh index 833813a99e7c..0bc8588b630f 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -116,7 +116,7 @@ docscope() dogtags() { - all_sources | gtags -f - + all_sources | gtags -i -f - } exuberant()