[or-cvs] r9997: Suppress display of version-detection junk in Makefile.am (in tor/trunk: . src/or)

nickm at seul.org nickm at seul.org
Sat Apr 21 17:46:20 UTC 2007


Author: nickm
Date: 2007-04-21 13:46:17 -0400 (Sat, 21 Apr 2007)
New Revision: 9997

Modified:
   tor/trunk/
   tor/trunk/src/or/Makefile.am
Log:
 r12484 at catbus:  nickm | 2007-04-21 13:45:58 -0400
 Suppress display of version-detection junk in Makefile.am



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r12484] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/src/or/Makefile.am
===================================================================
--- tor/trunk/src/or/Makefile.am	2007-04-21 17:30:42 UTC (rev 9996)
+++ tor/trunk/src/or/Makefile.am	2007-04-21 17:46:17 UTC (rev 9997)
@@ -31,7 +31,7 @@
 tor_main.o: micro-revision.i
 
 micro-revision.i: FORCE
-	if test -d ../../.svn ; then 				\
+	@if test -d ../../.svn ; then 				\
 	  svn info ../.. |              			\
 	  sed -n 's/^Revision: \([0-9][0-9]*\).*/"\1"/p' > micro-revision.i \
 	     || true;                                           \



More information about the tor-commits mailing list