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 2013/05/05 15:15:34 UTC

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

Author: stsp
Date: Sun May  5 13:15:34 2013
New Revision: 1479319

URL: http://svn.apache.org/r1479319
Log:
* tools/dev/unix-build/Makefile.svn: Use 'make clean-swig' to remove
   pre-generated swig files. Previously, the 'make extraclean-swig'
   target was used for this but that target was removed in r1301760.

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=1479319&r1=1479318&r2=1479319&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Sun May  5 13:15:34 2013
@@ -1246,7 +1246,7 @@ $(SVN_OBJDIR)/.installed: $(SVN_OBJDIR)/
 # by the same version of SWIG.
 $(SVN_OBJDIR)/.pre-generated-swig-cleaned:
 	-cd $(svn_builddir) \
-		&& make extraclean-swig
+		&& make clean-swig
 	touch $@
 
 $(SVN_OBJDIR)/.bindings-compiled: $(SVN_OBJDIR)/.installed $(SVN_OBJDIR)/.pre-generated-swig-cleaned