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/09/09 11:41:39 UTC

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

Author: stsp
Date: Mon Sep  9 09:41:38 2013
New Revision: 1521016

URL: http://svn.apache.org/r1521016
Log:
* tools/dev/unix-build/Makefile.svn: Work around broken reinstall with scons.

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=1521016&r1=1521015&r2=1521016&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Mon Sep  9 09:41:38 2013
@@ -741,6 +741,7 @@ $(SERF_OBJDIR)/.compiled: $(SERF_OBJDIR)
 
 # install serf
 $(SERF_OBJDIR)/.installed: $(SERF_OBJDIR)/.compiled
+	rm -rf $(PREFIX)/serf # XXX scons cannot reinstall :(
 	cd $(SERF_SRCDIR) && \
 		scons install
 	touch $@