lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 16 Oct 2014 13:04:12 +0200 From: Jesse Barnes <jbarnes@...tuousgeek.org> To: mmarek@...e.cz Cc: linux-kernel@...r.kernel.org 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 <jbarnes@...tuousgeek.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 majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists