From owner-cvs-all Sat Mar 30 1:32: 1 2002 Delivered-To: cvs-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 664) id C677537B41A; Sat, 30 Mar 2002 01:31:57 -0800 (PST) Date: Sat, 30 Mar 2002 01:31:57 -0800 From: David O'Brien To: Mark Murray Cc: Bruce Evans , ru@FreeBSD.org, 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: <20020330013157.A22664@hub.freebsd.org> Reply-To: obrien@freebsd.org References: <20020319075726.I2912-100000@gamplex.bde.org> <200203182145.g2ILj6H5035663@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: <200203182145.g2ILj6H5035663@grimreaper.grondar.org>; from mark@grondar.za on Mon, Mar 18, 2002 at 09:45:06PM +0000 X-Operating-System: FreeBSD 4.5-STABLE 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 Mon, Mar 18, 2002 at 09:45:06PM +0000, Mark Murray wrote: > > > lint: ${SRCS:M*.c} _SUBDIR > > > - ${LINT} ${LINTOBJFLAGS} ${CFLAGS:M-[DIU]*} ${.ALLSRC} | more 2>&1 > > > + ${LINT} ${LINTOBJFLAGS} ${CFLAGS:M-[DIU]*} ${.ALLSRC} > > > > Mark wanted to keep all these. I removed all the "more" pipelines, but > > left the redirections. > > 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? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message