Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Sep 2015 20:01:40 +0300
From:      Slawa Olhovchenkov <slw@zxy.spb.ru>
To:        Brad Davis <brd@FreeBSD.org>
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>
In-Reply-To: <201509151424.t8FEOKUs019633@repo.freebsd.org>
References:  <201509151424.t8FEOKUs019633@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <chris@bsdjunk.com>
>   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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150926170140.GC3158>