Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2013 09:18:00 +0300
From:      "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/179800: [patch] use svnlite on newvers.sh
Message-ID:  <20130621091800.31c7d6bc@laptop.minsk.domain>
In-Reply-To: <201306210610.r5L6A1Qk038535@freefall.freebsd.org>
References:  <201306210603.r5L63nk2093497@oldred.freebsd.org> <201306210610.r5L6A1Qk038535@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
by the way.. 


Index: Makefile.inc1
===================================================================
--- Makefile.inc1       (revision 252052)
+++ Makefile.inc1       (working copy)
@@ -114,7 +114,11 @@
 
 BUILDENV_SHELL?=/bin/sh
 
+.if exists(/usr/bin/svnlite)
+SVN?=          /usr/bin/svnlite
+.else
 SVN?=          /usr/local/bin/svn
+.endif
 SVNFLAGS?=     -r HEAD
 
 MAKEOBJDIRPREFIX?=     /usr/obj

-- 
wbr, tiger



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130621091800.31c7d6bc>