Index: src/build.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/build.c,v retrieving revision 1.7 diff -u -r1.7 build.c --- src/build.c 30 Apr 2004 15:31:42 -0000 1.7 +++ src/build.c 1 Feb 2005 15:57:59 -0000 @@ -365,7 +365,7 @@ for (fileindex = firstfile; fileindex < lastfile; ++fileindex) { /* display the progress about every three seconds */ - if (interactive == YES && fileindex % 10 == 0) { + if ((interactive == YES || verbosemode == YES) && fileindex % 10 == 0) { progress("Building symbol database", (long)fileindex, (long)lastfile); }