From owner-svn-src-head@freebsd.org Sat Sep 26 19:34:25 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 32965A0969A for ; Sat, 26 Sep 2015 19:34:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E6209F2A for ; Sat, 26 Sep 2015 19:34:24 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by qgez77 with SMTP id z77so94128316qge.1 for ; Sat, 26 Sep 2015 12:34:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=zzrFrLo8XrC/tSqkyEo/vr/EuALHfqKPd6VnHAscb7Y=; b=eIs4r/c5KrR+kneBrHomUSwsXXAI/VCCUGU9Q0nOjMc4vG+CeyqQ6KOUX8LIRTESDX hfbWiXRnV9T3UCl4WCxsPcUGtcjzrQ49NcMn9wiaCsh6a0MtHaDM5GfGLSC/ryF5+NUB NrZhjQNfcuzdx5TcUXwfB44EGasTbdUb/8gXPUak9q4JMi1tU+Jydlhb6vXGBlihq6z4 rviXZ9zyU21SxV1PBuzy+g5fafsbss/kt8Nx3QakVdzDWFkC9Q4w6IHgS7/uDtR4vQcp wHBYz9WX2ffyrlXSCp66m1CY02C96zeCMcBOHEdWByd8WntVa6pWY0RbL0JrP+pn9LCV N6mg== X-Gm-Message-State: ALoCoQlaLG7HqsBe6YEsZnnGS/+M16cXol5yOlchhi9/jcPIEBE8zqP8WT0oNAp+QUyycaX9yfs6 MIME-Version: 1.0 X-Received: by 10.140.83.202 with SMTP id j68mr13850427qgd.46.1443296057467; Sat, 26 Sep 2015 12:34:17 -0700 (PDT) Sender: wlosh@bsdimp.com Received: by 10.140.80.167 with HTTP; Sat, 26 Sep 2015 12:34:17 -0700 (PDT) X-Originating-IP: [2601:280:4900:3700:70fd:56c:2b2e:19a] In-Reply-To: <20150926170140.GC3158@zxy.spb.ru> References: <201509151424.t8FEOKUs019633@repo.freebsd.org> <20150926170140.GC3158@zxy.spb.ru> Date: Sat, 26 Sep 2015 13:34:17 -0600 X-Google-Sender-Auth: ZJVcuteI5sgSEDexJQt6ihbhy8Y Message-ID: Subject: Re: svn commit: r287824 - head From: Warner Losh To: Slawa Olhovchenkov Cc: Brad Davis , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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 19:34:25 -0000 traditionally, this hasn't been documented in UPDATING Warner 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" > >