* David O'Brien <[email protected]>, 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 <[email protected]>
WWW: http://80386.nl/
pgpaVu5mxeLyi.pgp
Description: PGP signature
