Skip to content

Commit

Permalink
kbuild: incremental tags update for GNU Global
Browse files Browse the repository at this point in the history
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 <kjbmail@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Jianbin Kang authored and Michal Marek committed Mar 26, 2012
1 parent 8991058 commit 98bd462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ docscope()

dogtags()
{
all_sources | gtags -f -
all_sources | gtags -i -f -
}

exuberant()
Expand Down

0 comments on commit 98bd462

Please sign in to comment.