diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-02-03 18:49:41 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2004-02-03 18:49:41 -0800 |
| commit | 6cb8a2c5489728287994d8bd41115c421ef7f5e8 (patch) | |
| tree | af97148ac9b83bef63b70d851e8c09242d09a85b | |
| parent | e80802d4b028dfc60e0b3147006d8a7f12682f27 (diff) | |
[PATCH] enable fast symbol lookup via an inverted index in cscope
From: Louis Zhuang <louis_zhuang@linux.co.intel.com>
enable fast symbol lookup via an inverted index.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -830,7 +830,7 @@ quiet_cmd_cscope-file = FILELST cscope.files cmd_cscope-file = $(all-sources) > cscope.files quiet_cmd_cscope = MAKE cscope.out - cmd_cscope = cscope -k -b + cmd_cscope = cscope -k -b -q cscope: FORCE $(call cmd,cscope-file) |
