From owner-svn-src-head@freebsd.org Sat Sep 26 20:36:41 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 289C5A09022; Sat, 26 Sep 2015 20:36:41 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D78EA7C3; Sat, 26 Sep 2015 20:36:40 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1ZfwCz-000COm-FZ; Sat, 26 Sep 2015 23:36:37 +0300 Date: Sat, 26 Sep 2015 23:36:37 +0300 From: Slawa Olhovchenkov To: Warner Losh Cc: Brad Davis , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Subject: Re: svn commit: r287824 - head Message-ID: <20150926203637.GV21849@zxy.spb.ru> References: <201509151424.t8FEOKUs019633@repo.freebsd.org> <20150926170140.GC3158@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Sep 2015 20:36:41 -0000 On Sat, Sep 26, 2015 at 01:34:17PM -0600, Warner Losh wrote: > traditionally, this hasn't been documented in UPDATING I see, may be documented in UPDATING is will be good practic? And, I am dream about more accurate pointing required revision -- for example, upgrading from 8.4-RELEASE to 10-STABLE is imposible, first need upgrade world to last 8-STABLE. > On Sat, Sep 26, 2015 at 11:01 AM, Slawa Olhovchenkov wrote: > > > On Tue, Sep 15, 2015 at 02:24:20PM +0000, Brad Davis wrote: > > > > > Author: brd (doc,ports committer) > > > Date: Tue Sep 15 14:24:19 2015 > > > New Revision: 287824 > > > URL: https://svnweb.freebsd.org/changeset/base/287824 > > > > > > Log: > > > Fix grammer in an error message > > > > > > PR: 202310 > > > Submitted by: Chris Petrik > > > Approved by: will > > > > May be need to include this note in /usr/src/UPDATING? > > And for other branches too. > > > > > Modified: > > > head/Makefile.inc1 > > > > > > Modified: head/Makefile.inc1 > > > > > ============================================================================== > > > --- head/Makefile.inc1 Tue Sep 15 13:37:48 2015 (r287823) > > > +++ head/Makefile.inc1 Tue Sep 15 14:24:19 2015 (r287824) > > > @@ -1258,7 +1258,7 @@ _elftoolchain_libs= lib/libelf lib/libdw > > > > > > legacy: > > > .if ${BOOTSTRAPPING} < 800107 && ${BOOTSTRAPPING} != 0 > > > - @echo "ERROR: Source upgrades from versions prior to 8.0 not > > supported."; \ > > > + @echo "ERROR: Source upgrades from versions prior to 8.0 are not > > supported."; \ > > > false > > > .endif > > > .for _tool in tools/build ${_elftoolchain_libs} > > > _______________________________________________ > > > svn-src-all@freebsd.org mailing list > > > https://lists.freebsd.org/mailman/listinfo/svn-src-all > > > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" > > > >