svn commit: r221088 - head/usr.bin/rlogin

Warner Losh imp at bsdimp.com
Wed Apr 27 03:21:53 UTC 2011


Actually, it looks like jhb fixed things so this isn't necessary.

Warner

On Apr 26, 2011, at 4:02 PM, Doug Barton wrote:

> Author: dougb
> Date: Tue Apr 26 22:02:51 2011
> New Revision: 221088
> URL: http://svn.freebsd.org/changeset/base/221088
> 
> Log:
>  Revert r221053 by replacing WARNS?= 3 since it's breaking the build on
>  several arches.
> 
> Modified:
>  head/usr.bin/rlogin/Makefile
> 
> Modified: head/usr.bin/rlogin/Makefile
> ==============================================================================
> --- head/usr.bin/rlogin/Makefile	Tue Apr 26 21:47:38 2011	(r221087)
> +++ head/usr.bin/rlogin/Makefile	Tue Apr 26 22:02:51 2011	(r221088)
> @@ -7,4 +7,6 @@ BINOWN=	root
> BINMODE=4555
> PRECIOUSPROG=
> 
> +WARNS?=	3
> +
> .include <bsd.prog.mk>
> 
> 



More information about the svn-src-head mailing list