You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2010/11/24 21:12:25 UTC

svn commit: r1038797 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Wed Nov 24 20:12:25 2010
New Revision: 1038797

URL: http://svn.apache.org/viewvc?rev=1038797&view=rev
Log:
* Makefile.svn: Don't create bogus files during bindings tests.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1038797&r1=1038796&r2=1038797&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Wed Nov 24 20:12:25 2010
@@ -1075,7 +1075,6 @@ svn-check-swig-pl:
 			env LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) \
 			make check-swig-pl; \
 	fi
-	touch $@
 
 svn-check-swig-py:
 	-if [ $(ENABLE_PYTHON_BINDINGS) = yes ]; then \
@@ -1083,7 +1082,6 @@ svn-check-swig-py:
 			env LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) \
 			make check-swig-py; \
 	fi
-	touch $@
 
 # We add the svn prefix to PATH here because the ruby tests
 # attempt to start an svnserve binary found in PATH.
@@ -1095,7 +1093,6 @@ svn-check-swig-rb:
 			PATH=$(SVN_PREFIX)/bin:$$PATH \
 			ruby run-test.rb --verbose=normal; \
 	fi
-	touch $@
 
 svn-check-javahl:
 	-if [ $(ENABLE_JAVA_BINDINGS) = yes ]; then \
@@ -1103,7 +1100,6 @@ svn-check-javahl:
 			env LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) \
 			make check-javahl; \
 	fi
-	touch $@
 
 svn-check: svn-check-local svn-check-svn svn-check-neon svn-check-serf svn-check-bindings