From owner-cvs-all Tue Mar 19 3:53:44 2002 Delivered-To: cvs-all@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 421E337B402; Tue, 19 Mar 2002 03:53:32 -0800 (PST) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g2JBr6H94621; Tue, 19 Mar 2002 13:53:06 +0200 (EET) (envelope-from ru) Date: Tue, 19 Mar 2002 13:53:06 +0200 From: Ruslan Ermilov To: Bruce Evans Cc: Mark Murray , 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: <20020319115306.GE87672@sunbay.com> References: <20020318085140.GD37136@sunbay.com> <20020319075726.I2912-100000@gamplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020319075726.I2912-100000@gamplex.bde.org> User-Agent: Mutt/1.3.27i 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 Tue, Mar 19, 2002 at 08:05:43AM +1100, Bruce Evans wrote: > On Mon, 18 Mar 2002, Ruslan Ermilov wrote: > > > %%% > > Index: share/mk/bsd.lib.mk > > =================================================================== > > RCS file: /home/ncvs/src/share/mk/bsd.lib.mk,v > > retrieving revision 1.104 > > diff -u -r1.104 bsd.lib.mk > > --- share/mk/bsd.lib.mk 17 Mar 2002 10:05:57 -0000 1.104 > > +++ share/mk/bsd.lib.mk 18 Mar 2002 08:49:52 -0000 > > ... > > @@ -375,9 +374,8 @@ > > > > .if !target(lint) > > 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). > 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. > > Index: sys/conf/kmod.mk > > =================================================================== > > RCS file: /home/ncvs/src/sys/conf/kmod.mk,v > > retrieving revision 1.114 > > diff -u -r1.114 kmod.mk > > --- sys/conf/kmod.mk 17 Mar 2002 10:05:57 -0000 1.114 > > +++ sys/conf/kmod.mk 18 Mar 2002 08:49:52 -0000 > > @@ -339,7 +339,7 @@ > > regress: > > > > lint: ${SRCS} > > - ${LINT} ${LINTKERNFLAGS} ${CFLAGS:M-[DILU]*} ${.ALLSRC:M*.c} | more 2>&1 > > + ${LINT} ${LINTKERNFLAGS} ${CFLAGS:M-[DILU]*} ${.ALLSRC:M*.c} > > > > .include > > > > %%% > > I changed DILU to DIU here. cc's -L directories are normally just wrong > for lint. > When you say "I changed", do you mean you're not going to commit it for some reason? :-) Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message