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

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

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

Reply via email to