[tor-commits] [tor/maint-0.2.4] Add src/or/micro-revision.i to CLEANFILES in case anybody has one

nickm at torproject.org nickm at torproject.org
Wed Apr 17 14:50:37 UTC 2013


commit 3dc52e6636b69f10717ddc10ff55426f73ca0068
Author: Nick Mathewson <nickm at torproject.org>
Date:   Tue Feb 19 17:53:38 2013 -0500

    Add src/or/micro-revision.i to CLEANFILES in case anybody has one
    
    Fix for 7143.
---
 changes/bug7143   |    4 ++++
 src/or/include.am |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/changes/bug7143 b/changes/bug7143
new file mode 100644
index 0000000..d26135a
--- /dev/null
+++ b/changes/bug7143
@@ -0,0 +1,4 @@
+  o Minor bugfixes (build):
+    - Add the old src/or/micro-revision.i filename to CLEANFILES.
+      On the off chance that somebody has one, it will go away as soon
+      as they run "make clean". Fix for bug 7143; bugfix on 0.2.4.1-alpha.
diff --git a/src/or/include.am b/src/or/include.am
index 2410154..d2be1fb 100644
--- a/src/or/include.am
+++ b/src/or/include.am
@@ -188,6 +188,6 @@ src/or/or_sha1.i: $(src_or_tor_SOURCES) $(src_or_libtor_a_SOURCES) $(ORHEADERS)
 	  touch src/or/or_sha1.i; \
 	fi
 
-CLEANFILES+= micro-revision.i
+CLEANFILES+= micro-revision.i src/or/micro-revision.i
 
 FORCE:





More information about the tor-commits mailing list