From: Tomek Mrugalski Date: Wed, 31 Jan 2018 11:55:56 +0000 (+0100) Subject: [github43] Wrapped a line that was too long X-Git-Tag: trac5524_base~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fgithub43;p=thirdparty%2Fkea.git [github43] Wrapped a line that was too long --- diff --git a/Makefile.am b/Makefile.am index 3fc9abefcf..77ba61b619 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,7 +100,9 @@ endif --ignore-errors gcov,source,graph \ --output report.info; \ sed --in-place --expression "s|$(abs_top_srcdir)|$(abs_top_builddir)|g" report.info; \ - "$(GENHTML)" --frames --show-details --title 'Kea code coverage report' --legend --function-coverage --ignore-errors source --demangle-cpp --output "$(OVERALL_COVERAGE_DIR)" report.info; \ + "$(GENHTML)" --frames --show-details --title 'Kea code coverage report' --legend \ + --function-coverage --ignore-errors source --demangle-cpp \ + --output "$(OVERALL_COVERAGE_DIR)" report.info; \ printf "Generated C++ code coverage report in HTML at %s.\n" "$(OVERALL_COVERAGE_DIR)"; \ else \ echo "C++ code coverage not enabled at configuration time." ; \