]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Makefile: actually, don't delete the gcno files
authorteor <teor@torproject.org>
Fri, 5 Apr 2019 02:56:29 +0000 (12:56 +1000)
committerteor <teor@torproject.org>
Fri, 5 Apr 2019 02:56:29 +0000 (12:56 +1000)
We need to keep the gcno files, because they are created at compile time.

Makefile.am

index 4b1687f92152d50db638769b78b856131aa38092..48d3df265455ba84f7cfbeb8d7b81fabfdc80f89 100644 (file)
@@ -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