From: teor Date: Fri, 5 Apr 2019 02:56:29 +0000 (+1000) Subject: Makefile: actually, don't delete the gcno files X-Git-Tag: tor-0.4.1.1-alpha~45^2~2^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0cd8f804f8152355993acf0493b22b668f500b2;p=thirdparty%2Ftor.git Makefile: actually, don't delete the gcno files We need to keep the gcno files, because they are created at compile time. --- diff --git a/Makefile.am b/Makefile.am index 4b1687f921..48d3df2654 100644 --- a/Makefile.am +++ b/Makefile.am @@ -148,9 +148,9 @@ test-full: need-stem-path need-chutney-path check test-network test-stem test-full-online: need-stem-path need-chutney-path check test-network test-stem-full +# We can't delete the gcno files, because they are created when tor is compiled reset-gcov: rm -f $(top_builddir)/src/*/*.gcda $(top_builddir)/src/*/*/*.gcda \ - $(top_builddir)/src/*/*.gcno $(top_builddir)/src/*/*/*.gcno \ $(top_builddir)/src/*/*.gcov $(top_builddir)/src/*/*/*.gcov HTML_COVER_DIR=$(top_builddir)/coverage_html