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 2011/07/14 16:02:43 UTC

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

Author: stsp
Date: Thu Jul 14 14:02:43 2011
New Revision: 1146723

URL: http://svn.apache.org/viewvc?rev=1146723&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Fix a wrong comment.

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=1146723&r1=1146722&r2=1146723&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Jul 14 14:02:43 2011
@@ -940,7 +940,7 @@ $(RUBY_OBJDIR)/.compiled: $(RUBY_OBJDIR)
 	(cd $(RUBY_OBJDIR) && make)
 	touch $@
 
-# install ruby and the test-unit gem needed to run SVN bindings tests
+# install ruby
 $(RUBY_OBJDIR)/.installed: $(RUBY_OBJDIR)/.compiled
 	(cd $(RUBY_OBJDIR) && make install)
 	touch $@