1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

build: Silence the lcov-reset target

This commit is contained in:
Diego Biurrun 2016-04-11 16:21:36 +02:00
parent 75b90ef722
commit a08b5d7b57

View File

@ -162,7 +162,7 @@ lcov: coverage.info
lcov-reset: TAG = LCOV
lcov-reset:
$(M)lcov -d $(CURDIR) --zerocounters
$(M)lcov -q -d $(CURDIR) --zerocounters
$(Q)$(RM) -f coverage.info
clean:: testclean