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> > > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
