Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2008 06:56:27 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Chuck Robey <chuckr@telenix.org>
Cc:        Gonzalo Nemmi <gnemmi@gmail.com>, freebsd-questions@freebsd.org
Subject:   Re: Which file can I find the error message that shows on the	screen when I build my kernel?
Message-ID:  <485F3B0B.3040302@infracaninophile.co.uk>
In-Reply-To: <485EB38B.8030009@telenix.org>
References:  <3406.24.23.188.135.1214157813.squirrel@nexus.cs.usfca.edu>	<485E9754.600@telenix.org>	<200806221620.31198.gnemmi@gmail.com> <485EB38B.8030009@telenix.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigD67403E1E9BA2C0CF54385E4
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: quoted-printable

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

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


--------------enigD67403E1E9BA2C0CF54385E4
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkhfOxMACgkQ8Mjk52CukIxw7QCePWHaWci9ivfbCXJvd2xux/pT
UZsAoJGkGV6nCD67WVtAb/iiHir+nKxr
=96K6
-----END PGP SIGNATURE-----

--------------enigD67403E1E9BA2C0CF54385E4--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?485F3B0B.3040302>