svn commit: r221053 - head/usr.bin/rlogin
Ed Schouten
ed at 80386.nl
Thu Apr 28 08:07:54 UTC 2011
* David O'Brien <obrien at freebsd.org>, 20110427 21:35:
> One has to do all the various greps of the output in order to be
> confident of their belief of the results.
I usually run this afterwards:
tail -n 3 _.* | less
Or something like this to simply give a list of failures:
fgrep -L 'completed on' _.*
About bumping WARNS -- it's pretty hard to remove any WARNS-lines
without modifying the code. I think I added most of them by first
building all of world with WARNS=6 and selectively lowering them.
--
Ed Schouten <ed at 80386.nl>
WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20110428/0eaa72ef/attachment.pgp
More information about the svn-src-all
mailing list