From: Louis Zhuang enable fast symbol lookup via an inverted index. --- 25-akpm/Makefile | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN Makefile~cscope-use-inverted-index Makefile --- 25/Makefile~cscope-use-inverted-index Wed Jan 28 16:58:46 2004 +++ 25-akpm/Makefile Wed Jan 28 16:58:46 2004 @@ -830,7 +830,7 @@ quiet_cmd_cscope-file = FILELST cscope.f 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) _