From owner-cvs-all Mon Apr 1 17: 7: 3 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id E564637B417; Mon, 1 Apr 2002 17:06:58 -0800 (PST) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3216uYm002025; Mon, 1 Apr 2002 17:06:56 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3215cXE079718; Mon, 1 Apr 2002 17:05:38 -0800 (PST) Date: Mon, 1 Apr 2002 17:05:38 -0800 From: "David O'Brien" To: Mark Murray Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/share/mk bsd.lib.mk sys.mk src/sys/conf kern.post.mk kmod.mk Message-ID: <20020401170538.D95927@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020330013157.A22664@hub.freebsd.org> <200203302136.g2ULa6PL025669@grimreaper.grondar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200203302136.g2ULa6PL025669@grimreaper.grondar.org>; from mark@grondar.za on Sat, Mar 30, 2002 at 09:36:06PM +0000 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 30, 2002 at 09:36:06PM +0000, Mark Murray wrote: > > > If these are going to be revisited, I wouldn't mind if the end-of-line > > > redirector was set to " 2>&1 | cat". This would help make "make lint | less" > > > more sane in the face of mixed stdout and stderr output. > > > > What was the reasoning for the redirection? Can you give an example of > > what output you are trying to affect? The current "| more" is quite > > annoying. Do we remove it, or go with the cat above? > > The "2>&1 | more" thing was from the earliest days. I liked it because it > allowed me to type less. Is it still needed? When I used `make lint |less' things were more sane w/o the "2>&1 | more". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message