From owner-svn-src-head@freebsd.org Sat Sep 26 17:01:49 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 D4B2BA0A30B; Sat, 26 Sep 2015 17:01:49 +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 8F1DC6D2; Sat, 26 Sep 2015 17:01:49 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Zfsqy-0008Ff-73; Sat, 26 Sep 2015 20:01:40 +0300 Date: Sat, 26 Sep 2015 20:01:40 +0300 From: Slawa Olhovchenkov To: Brad Davis Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r287824 - head Message-ID: <20150926170140.GC3158@zxy.spb.ru> References: <201509151424.t8FEOKUs019633@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201509151424.t8FEOKUs019633@repo.freebsd.org> 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 17:01:49 -0000 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"