Date: Thu, 18 Apr 2002 21:19:30 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Dag-Erling Smorgrav <des@ofug.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libypclnt Makefile Message-ID: <20020418211930.B2568@dragon.nuxi.com> In-Reply-To: <xzp1ydc8hg7.fsf@flood.ping.uio.no>; from des@ofug.org on Fri, Apr 19, 2002 at 06:01:44AM %2B0200 References: <20020418192213.GW24261@daemon.ninth-circle.org> <200204181620.g3IGKIu51885@freefall.freebsd.org> <200204182117.g3ILHIx08776@harmony.village.org> <xzphem88v9w.fsf@flood.ping.uio.no> <20020418170920.B99972@dragon.nuxi.com> <xzp8z7k8hxw.fsf@flood.ping.uio.no> <20020419035451.GS89460@squall.waterspout.com> <xzp1ydc8hg7.fsf@flood.ping.uio.no>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 19, 2002 at 06:01:44AM +0200, Dag-Erling Smorgrav wrote: > Will Andrews <will@csociety.org> writes: > > On Fri, Apr 19, 2002 at 05:51:07AM +0200, Dag-Erling Smorgrav wrote: > > > > The Ports tree does NOT use: > > > > SYM<tab>= > > > > SYM<tab>+=<tab><tab>VAL > > > Uh, yes it does. > > No, it doesn't. Specifically, the tab after SYM is inconsistent > > with the entire ports tree. > > I don't put a tab after the operator either. Check the CVS logs; I > had a single space between the operator and the file name. Look at your own Makefile please: vi src/lib/libypclnt/Makefile <esc>:set list shows (^I is of course a an ASCII 011 <tab>): # $FreeBSD: src/lib/libypclnt/Makefile,v 1.9 2002/04/18 16:20:18 des Exp $$ $ LIB^I^I = ypclnt$ SHLIB_MAJOR^I = 1$ SHLIB_MINOR^I = 0$ SRCS^I^I =$ SRCS^I^I+= ypclnt_connect.c$ So sorry I got it wrong above. I put the double <tab> on the wrong side of the operator and missed that you actually have a <space> besides <tabs>. Which shows even more just how much more unlike anything else in the tree your style is -- even share/mk/sys.mk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020418211930.B2568>