bin/179800: [patch] use svnlite on newvers.sh

Sergey V. Dyatko sergey.dyatko at gmail.com
Fri Jun 21 06:18:07 UTC 2013


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


More information about the freebsd-bugs mailing list