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/01/14 13:59:57 UTC

svn commit: r1058989 - /subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh

Author: stsp
Date: Fri Jan 14 12:59:56 2011
New Revision: 1058989

URL: http://svn.apache.org/viewvc?rev=1058989&view=rev
Log:
* tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh: Update Makefile.svn
   before every build.

Modified:
    subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh

Modified: subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh?rev=1058989&r1=1058988&r2=1058989&view=diff
==============================================================================
--- subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh (original)
+++ subversion/trunk/tools/buildbot/slaves/svn-openbsd-i386/svnclean.sh Fri Jan 14 12:59:56 2011
@@ -27,5 +27,6 @@ branch="$(basename $(svn info . | grep ^
 for i in 3 4 5 6 7; do
   (test -h ../svn-1.${i}.x || ln -s build ../svn-1.${i}.x)
 done
+svn update ../unix-build
 (test -h ../GNUmakefile || ln -s ../unix-build/Makefile.svn ../GNUmakefile)
 (cd .. && gmake BRANCH="$branch" reset clean)