From owner-cvs-all Tue Mar 19 4:30:10 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 A578E37B416; Tue, 19 Mar 2002 04:30:03 -0800 (PST) Received: (from uucp@localhost) by storm.FreeBSD.org.uk (8.11.6/8.11.6) with UUCP id g2JCU2f12693; Tue, 19 Mar 2002 12:30: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 g2JCSO4j054530; Tue, 19 Mar 2002 12:28:24 GMT (envelope-from mark@grimreaper.grondar.za) Message-Id: <200203191228.g2JCSO4j054530@grimreaper.grondar.org> To: Ruslan Ermilov 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 References: <20020319115306.GE87672@sunbay.com> In-Reply-To: <20020319115306.GE87672@sunbay.com> ; from Ruslan Ermilov "Tue, 19 Mar 2002 13:53:06 +0200." Date: Tue, 19 Mar 2002 12:28:23 +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 > > 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). > > > We don't redirect stderr for ${CC}, why we should for ${LINT}? > I prefer to keep this sort of things out of .mk files, they are > too shell specific. In the future, we may want to support csh. ${CC}'s purpose is to create other files. ${LINT}'s purpose is to print output. The above makes that output more sane. 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