Which file can I find the error message that shows on the screen when I build my kernel?

Matthew Seaman m.seaman at infracaninophile.co.uk
Mon Jun 23 05:56:46 UTC 2008


Chuck Robey wrote:

> For along time,  used only tcsh, under the mistaken belief that you
> couldn't redirect stderr for piping, under a sh-like shell, but about
> 6 months ago, I found out how to do that.  If you would rather use a
> sh-like shell (maybe you'd be one of the bash-aficionados?) tell me,
> I will hunt up that trick.

Under Bourne-style shells:

  make 2>&1 | tee /tmp/makeout

TIMTOWTDI. Under any shell:

  script /tmp/makeout make

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20080623/2cf22f5c/signature.pgp


More information about the freebsd-questions mailing list