Re: svn commit: r221053 - head/usr.bin/rlogin

[ Available lists | Index of svn-src-head | Month of Apr 2011 | Week of 28 Apr 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Ed Schouten <ed@80386.nl>
Date
28 Apr 2011 08:07:54
Subject
Re: svn commit: r221053 - head/usr.bin/rlogin
Message-ID
20110428075009.GX82526@hoeg.nl


[ Hide this part ]
* David O'Brien <obrien@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@80386.nl>
WWW: http://80386.nl/


[ Show this part (application/pgp-signature) ]

Elapsed time: 0.179 seconds