Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ docscope()

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

exuberant()