Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 1997 08:49:15 +0200
From:      j@uriah.heep.sax.de (J Wunsch)
To:        hackers@FreeBSD.ORG
Cc:        fullermd@futuresouth.com (Matthew D. Fuller)
Subject:   Re: group assignments from make world.
Message-ID:  <19971008084915.NW06360@uriah.heep.sax.de>
In-Reply-To: <Pine.BSF.3.96.971007213941.9629A-100000@shell.futuresouth.com>; from Matthew D. Fuller on Oct 7, 1997 21:45:35 -0500
References:  <Pine.BSF.3.96.971007213941.9629A-100000@shell.futuresouth.com>

next in thread | previous in thread | raw e-mail | index | archive | help
As Matthew D. Fuller wrote:

> Here's a kinda unrelated thought.  Would it be a good idea to put a line
> in the Makefile for make world to have it automatically script to a file
> for logging purposes?  Prob not, but it's a thought...

Why don't you do it yourself?

I always run long-lasting make's like

	make -k blahblah >& /tmp/makelog &

and

	tail -f /tmp/makelog

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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