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 15:31:41 UTC

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

Author: stsp
Date: Wed Nov 24 14:31:41 2010
New Revision: 1038624

URL: http://svn.apache.org/viewvc?rev=1038624&view=rev
Log:
* tools/dev/unix-build/Makefile.svn:
  (svn-check-swig-rb): Move comment outside of target so it doesn't get
   printed as part of make output when the target is run.

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=1038624&r1=1038623&r2=1038624&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Wed Nov 24 14:31:41 2010
@@ -1068,9 +1068,9 @@ svn-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.
 svn-check-swig-rb:
-	# We add the svn prefix to PATH here because the ruby tests
-	# attempt to start an svnserve binary found in PATH.
 	-if [ $(ENABLE_RUBY_BINDINGS) = yes ]; then \
 		cd $(svn_builddir)/subversion/bindings/swig/ruby/test && \
 			env RUBYLIB=$(RUBYLIB) \