From owner-cvs-all Thu Apr 18 21:21:39 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id A47A637B42F; Thu, 18 Apr 2002 21:20:46 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g3J4KjYm002714; Thu, 18 Apr 2002 21:20:45 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g3J4JU9O002669; Thu, 18 Apr 2002 21:19:30 -0700 (PDT) Date: Thu, 18 Apr 2002 21:19:30 -0700 From: "David O'Brien" To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libypclnt Makefile Message-ID: <20020418211930.B2568@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020418192213.GW24261@daemon.ninth-circle.org> <200204181620.g3IGKIu51885@freefall.freebsd.org> <200204182117.g3ILHIx08776@harmony.village.org> <20020418170920.B99972@dragon.nuxi.com> <20020419035451.GS89460@squall.waterspout.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from des@ofug.org on Fri, Apr 19, 2002 at 06:01:44AM +0200 X-Operating-System: FreeBSD 5.0-CURRENT 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 Fri, Apr 19, 2002 at 06:01:44AM +0200, Dag-Erling Smorgrav wrote: > Will Andrews writes: > > On Fri, Apr 19, 2002 at 05:51:07AM +0200, Dag-Erling Smorgrav wrote: > > > > The Ports tree does NOT use: > > > > SYM= > > > > SYM+=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 :set list shows (^I is of course a an ASCII 011 ): # $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 on the wrong side of the operator and missed that you actually have a besides . 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