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 2021/02/23 20:54:00 UTC

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

Author: stsp
Date: Tue Feb 23 20:54:00 2021
New Revision: 1886861

URL: http://svn.apache.org/viewvc?rev=1886861&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Force creation of the symlink
  from python to python2 in case the link already exists.
  This should unbreak failing builds on the svn-bb-openbsd buildbot.

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=1886861&r1=1886860&r2=1886861&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Tue Feb 23 20:54:00 2021
@@ -1473,7 +1473,7 @@ $(PYTHON2_OBJDIR)/.retrieved: $(DISTDIR)
 	chmod +x $(PYTHON2_SRCDIR)/setup.py
 	cd $(PYTHON2_SRCDIR) && patch -p1 < $(DISTDIR)/python-issue12560.patch
 	mkdir -p $(PYTHON2_OBJDIR)/bin
-	ln -s "`which python2`" $(PYTHON2_OBJDIR)/bin/python
+	ln -sf "`which python2`" $(PYTHON2_OBJDIR)/bin/python
 	touch $@
 
 # configure python 2