From owner-freebsd-current Wed Sep 16 16:14:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA05776 for freebsd-current-outgoing; Wed, 16 Sep 1998 16:14:14 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05694 for ; Wed, 16 Sep 1998 16:13:33 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from hrotti.ifi.uio.no (2602@hrotti.ifi.uio.no [129.240.64.15]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id BAA20438; Thu, 17 Sep 1998 01:13:05 +0200 (MET DST) Received: (from dag-erli@localhost) by hrotti.ifi.uio.no ; Thu, 17 Sep 1998 01:13:05 +0200 (MET DST) Mime-Version: 1.0 To: Andreas Klemm Cc: current@FreeBSD.ORG Subject: Re: patch for src/Makefile.inc[01] to make 'stages' readable by grep References: <19980916204839.A27213@klemm.gtn.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-other-addresses: 'finger dag-erli@ifi.uio.no' for a list X-disclaimer-1: The views expressed in this article are mine alone, and do X-disclaimer-2: not necessarily coincide with those of any organisation or X-disclaimer-3: company with which I am or have been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling =?iso-8859-1?Q?Co=EFdan?= =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 17 Sep 1998 01:13:04 +0200 In-Reply-To: Andreas Klemm's message of "Wed, 16 Sep 1998 20:48:39 +0200" Message-ID: Lines: 20 X-Mailer: Gnus v5.5/Emacs 19.34 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id QAA05721 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. 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