From owner-freebsd-current Thu Sep 17 00:20:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09482 for freebsd-current-outgoing; Thu, 17 Sep 1998 00:20:12 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09435 for ; Thu, 17 Sep 1998 00:20:10 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id AAA07369; Thu, 17 Sep 1998 00:19:31 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <3600B803.165F5D6C@dal.net> Date: Thu, 17 Sep 1998 00:19:31 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.06 [en] (X11; I; FreeBSD 2.2.7-STABLE-0914 i386) MIME-Version: 1.0 To: "Dag-Erling Coïdan Smørgrav" CC: Andreas Klemm , current@FreeBSD.ORG Subject: Re: patch for src/Makefile.inc[01] to make 'stages' readable by grep References: <19980916204839.A27213@klemm.gtn.com> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Coïdan Smørgrav wrote: > > Andreas Klemm 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. I've had good luck with tee (ala Nik's make world tutorial) and I generally grep for '---------' or something similar. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message