Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 94130
Collapse All | Expand All

(-)src/build.c (-1 / +1 lines)
Lines 365-371 Link Here
365
		for (fileindex = firstfile; fileindex < lastfile; ++fileindex) {
365
		for (fileindex = firstfile; fileindex < lastfile; ++fileindex) {
366
			
366
			
367
			/* display the progress about every three seconds */
367
			/* display the progress about every three seconds */
368
			if (interactive == YES && fileindex % 10 == 0) {
368
			if ((interactive == YES || verbosemode == YES) && fileindex % 10 == 0) {
369
				progress("Building symbol database",
369
				progress("Building symbol database",
370
					 (long)fileindex, (long)lastfile);
370
					 (long)fileindex, (long)lastfile);
371
			}
371
			}

Return to bug 94130