[tor-commits] [tor/maint-0.3.5] Makefile: actually, don't delete the gcno files

teor at torproject.org teor at torproject.org
Fri Apr 5 23:35:26 UTC 2019


commit f0cd8f804f8152355993acf0493b22b668f500b2
Author: teor <teor at torproject.org>
Date:   Fri Apr 5 12:56:29 2019 +1000

    Makefile: actually, don't delete the gcno files
    
    We need to keep the gcno files, because they are created at compile time.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 4b1687f92..48d3df265 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





More information about the tor-commits mailing list