Commit 98bd4622 authored by Jianbin Kang's avatar Jianbin Kang Committed by Michal Marek

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: default avatarJianbin Kang <kjbmail@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 89910581
......@@ -116,7 +116,7 @@ docscope()
dogtags()
{
all_sources | gtags -f -
all_sources | gtags -i -f -
}
exuberant()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment