aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2004-02-03 18:49:41 -0800
committerLinus Torvalds <torvalds@home.osdl.org>2004-02-03 18:49:41 -0800
commit6cb8a2c5489728287994d8bd41115c421ef7f5e8 (patch)
treeaf97148ac9b83bef63b70d851e8c09242d09a85b /Makefile
parente80802d4b028dfc60e0b3147006d8a7f12682f27 (diff)
downloadhistory-6cb8a2c5489728287994d8bd41115c421ef7f5e8.tar.gz
[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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 40aa91ca8568d..9b98d985a5618 100644
--- a/Makefile
+++ b/Makefile
@@ -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)