All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kbuild/tags.sh: use cscope -q option for building symbol db
@ 2015-04-16 19:14 Jesse Barnes
  2015-04-16 19:37 ` Paul Bolle
  0 siblings, 1 reply; 3+ messages in thread
From: Jesse Barnes @ 2015-04-16 19:14 UTC (permalink / raw)
  To: linux-kbuild; +Cc: mmarek

This takes up a bit more disk space, but really improves symbol lookup
performance.

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 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-16 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-16 19:14 [PATCH] kbuild/tags.sh: use cscope -q option for building symbol db Jesse Barnes
2015-04-16 19:37 ` Paul Bolle
2015-04-16 19:48   ` Jesse Barnes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.