From: Jianbin Kang Date: Thu, 8 Mar 2012 07:48:03 +0000 (+0800) Subject: kbuild: incremental tags update for GNU Global X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=98bd46223322a84fdac235a0e40d97f9a1e3144c;p=linux-beck.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()