[PATCH] kbuild: use cscope -q option

From: Jesse Barnes
Date: Thu Oct 16 2014 - 07:04:22 EST


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

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/