lkml.org 
[lkml]   [2014]   [Oct]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] kbuild: use cscope -q option
Date
This makes symbol lookups significantly faster at the cost of some disk
space.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
---
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


\
 
 \ /
  Last update: 2014-10-16 13:21    [W:0.025 / U:0.544 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site