From owner-cvs-all Mon Mar 18 13:50:23 2002 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.FreeBSD.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 5FE9137B416; Mon, 18 Mar 2002 13:50:13 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id g2ILo2Y83598; Mon, 18 Mar 2002 21:50:02 GMT (envelope-from mark@grimreaper.grondar.za) Received: from grimreaper (localhost [127.0.0.1]) by grimreaper.grondar.org (8.12.2/8.12.2) with ESMTP id g2ILj6H5035663; Mon, 18 Mar 2002 21:45:06 GMT (envelope-from mark@grimreaper.grondar.za) Message-Id: <200203182145.g2ILj6H5035663@grimreaper.grondar.org> To: Bruce Evans Cc: 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 References: <20020319075726.I2912-100000@gamplex.bde.org> In-Reply-To: <20020319075726.I2912-100000@gamplex.bde.org> ; from Bruce Evans "Tue, 19 Mar 2002 08:05:43 +1100." Date: Mon, 18 Mar 2002 21:45:06 +0000 From: Mark Murray 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 > > 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. Now the redirection actually works (lint's error > output should have been redirected, not more's). 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. M -- o Mark Murray \_ O.\_ Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message