Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 1997 13:07:58 -0800 (AKDT)
From:      Steve Howe <un_x@anchorage.net>
To:        Angelo Turetta <ATuretta@stylo.it>
Cc:        "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: What command line to redirect 'make world' warnings ?
Message-ID:  <Pine.BSF.3.95q.970526130539.27040A-100000@aak.anchorage.net>
In-Reply-To: <31EBCC36B676D01197E400801E032495021F4A@STYLOSERVER>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 26 May 1997, Angelo Turetta wrote:

> I've run:
> 
> 	make world 2>&1 > /proxy/world3

looks ok.  did you try "make 2>&1 world"?
do you have permission to write to "/proxy/world"?
is it possible a tertiary file despcriptor is being used for output?
 
> and I would expect both stdout and stderr to go to file /proxy/world3.
> Instead, warnings & errors continue to be directed to my tty.
-------------------------------------------------------------------------
 Sleep: a sign a caffeine deprivation ... http://www.anchorage.net/~un_x
-------------------------------------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.970526130539.27040A-100000>