Module Name: src Committed By: rillig Date: Sun Dec 12 10:33:03 UTC 2021
Modified Files: src/usr.bin/make: Makefile Log Message: make: only define target report-coverage if USE_COVERAGE is yes Without USE_COVERAGE, GCOV was undefined, the '2>&1' passed all error messages to GCOV_PERL, when then discarded them. If the error messages had been left on stderr, the error message 'sh: arch.o.gcda: not found' would have been a clear indicator of the actual cause of an empty coverage report. To generate a diff of this commit: cvs rdiff -u -r1.117 -r1.118 src/usr.bin/make/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.