Skip site navigation (1)Skip section navigation (2)
Date:      17 Sep 1998 01:13:04 +0200
From:      dag-erli@ifi.uio.no (Dag-Erling =?iso-8859-1?Q?Co=EFdan?=  =?iso-8859-1?Q?Sm=F8rgrav?= )
To:        Andreas Klemm <andreas@klemm.gtn.com>
Cc:        current@FreeBSD.ORG
Subject:   Re: patch for src/Makefile.inc[01] to make 'stages' readable by grep
Message-ID:  <xzpn27zaby7.fsf@hrotti.ifi.uio.no>
In-Reply-To: Andreas Klemm's message of "Wed, 16 Sep 1998 20:48:39 %2B0200"
References:  <19980916204839.A27213@klemm.gtn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Andreas Klemm <andreas@klemm.gtn.com> writes:
> May I commit this purely cosmetic but useful change to
> both files ?
> 
> It would have the advantage that you can do a 
> 	grep '>>>' /usr/src/world.log

Hmm, ISTR suggesting something similar to Eivind a couple of months
back. I'd sure find it useful. I sometimes do stuff like this:

/usr/src# script world.log make world 2>&1 | grep '==>'
or
/usr/src# make world >world.log 2>&1 & (tail -f world.log | grep '==>')

to get a condensed progress report on-screen and a complete log on
disk.

DES
-- 
Dag-Erling Smørgrav - dag-erli@ifi.uio.no

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?xzpn27zaby7.fsf>