[tor-commits] [tor/master] Remove config.log from CLEANFILES

nickm at torproject.org nickm at torproject.org
Wed Dec 23 12:24:11 UTC 2015


commit 2b9b694410fb0a6078290ed1652df608950a25cc
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Dec 22 20:46:15 2015 -0500

    Remove config.log from CLEANFILES
    
    Fixes bug 17924; bugfix on 0.2.4.1-alpha.
    
    In ddf5020ea8d51, we added config.log to CLEANFILES in doc/Makefile.am
    so that distcheck would be happy about the presence of doc/config.log.
    But when we moved to nonrecursie makefiles in 2a4a1496241d6, we
    accidentally left that filename unchanged, so that it referred to
    config.log instead.
    
    Patch from cypherpunks.
---
 changes/bug17924 |    4 ++++
 doc/include.am   |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/changes/bug17924 b/changes/bug17924
new file mode 100644
index 0000000..aa5cf58
--- /dev/null
+++ b/changes/bug17924
@@ -0,0 +1,4 @@
+  o Minor bugfixes (makefile):
+    - Remove config.log only from make distclean, not from 
+      make clean. Fixes bug 17924; bugfix on 0.2.4.1-alpha.
+
diff --git a/doc/include.am b/doc/include.am
index 01a5ef2..7164a4b 100644
--- a/doc/include.am
+++ b/doc/include.am
@@ -90,5 +90,5 @@ doc/tor-gencert.1: doc/tor-gencert.1.in
 doc/tor-resolve.1: doc/tor-resolve.1.in
 doc/torify.1: doc/torify.1.in
 
-CLEANFILES+= $(asciidoc_product) config.log
+CLEANFILES+= $(asciidoc_product)
 DISTCLEANFILES+= $(html_in) $(man_in)



More information about the tor-commits mailing list