Skip site navigation (1)Skip section navigation (2)
Date:      19 Jul 1998 21:00:35 +0200
From:      dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        Andreas Klemm <andreas@klemm.gtn.com>
Cc:        Brandon Lockhart <brandon@engulf.net>, freebsd-current@FreeBSD.ORG
Subject:   Re: engulf weekly run output (fwd)
Message-ID:  <xzpvhot1x9o.fsf@hrotti.ifi.uio.no>
In-Reply-To: Andreas Klemm's message of "Sat, 18 Jul 1998 16:48:59 %2B0200"
References:  <Pine.BSF.3.96.980718071155.7716D-100000@engulf.net> <19980718164859.B13033@klemm.gtn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Andreas Klemm <andreas@klemm.gtn.com> writes:
>   	( cd /usr/src; date; make buildworld > /usr/src/world.log 2>&1; date )
> 	or
>   	( cd /usr/src; date; make buildworld; date )
> 	Then you also get the result as mail on a daily or weekly basis

Ouch. The output of make buildworld easily reaches 4 MB. I do:

log=/var/log/make.`/bin/date '+%Y%m%d'`
exec </dev/null >$log 2>&1
[...]
make buildworld
[...]

DES
-- 
One two, one two, one two.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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