2014-10-16 11:04:19

by Jesse Barnes

[permalink] [raw]
Subject: [PATCH] kbuild: use cscope -q option

This makes symbol lookups significantly faster at the cost of some disk
space.

Signed-off-by: Jesse Barnes <[email protected]>
---
scripts/tags.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/tags.sh b/scripts/tags.sh
index 293828b..3de7719 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 -bq -f cscope.out
}

dogtags()
--
1.9.1