svn commit: r287824 - head

Slawa Olhovchenkov slw at zxy.spb.ru
Sat Sep 26 17:01:49 UTC 2015


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 at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"


More information about the svn-src-head mailing list