Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2013 07:00:01 GMT
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:  <201306210700.r5L701cD047989@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/179800; it has been noted by GNATS.

From: "Sergey V. Dyatko" <sergey.dyatko@gmail.com>
To: bug-followup@FreeBSD.org, sergey.dyatko@gmail.com
Cc:  
Subject: Re: bin/179800: [patch] use svnlite on newvers.sh
Date: Fri, 21 Jun 2013 09:54:32 +0300

 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?201306210700.r5L701cD047989>