This takes up a bit more disk space, but really improves symbol lookup performance. Signed-off-by: Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx> --- scripts/tags.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tags.sh b/scripts/tags.sh index cdb491d..bb35d83 100755 --- a/scripts/tags.sh +++ b/scripts/tags.sh @@ -142,7 +142,7 @@ all_defconfigs() docscope() { (echo \-k; echo \-q; all_target_sources) > cscope.files - cscope -b -f cscope.out + cscope -q -b -f cscope.out } dogtags() -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html