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/20 00:13:51 UTC

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

Author: stsp
Date: Tue Jul 19 22:13:50 2011
New Revision: 1148576

URL: http://svn.apache.org/viewvc?rev=1148576&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Reset bz2 during 'make reset' rather
   than installing it.

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=1148576&r1=1148575&r2=1148576&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Tue Jul 19 22:13:50 2011
@@ -181,7 +181,7 @@ all: dirs-create bdb-install apr-install
 reset: dirs-reset bdb-reset apr-reset iconv-reset apr-util-reset \
 	httpd-reset neon-reset serf-reset serf-old-reset sqlite-reset \
 	cyrus-sasl-reset libmagic-reset ruby-reset python-reset \
-	bz2-install svn-reset
+	bz2-reset svn-reset
 
 # Use to save disk space.
 clean: bdb-clean apr-clean iconv-clean apr-util-clean httpd-clean \