From owner-cvs-all Tue Jan 8 5:33: 6 2002 Delivered-To: cvs-all@freebsd.org Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by hub.freebsd.org (Postfix) with ESMTP id 6B96E37B41B; Tue, 8 Jan 2002 05:33:02 -0800 (PST) Received: from sheldonh (helo=axl.seasidesoftware.co.za) by axl.seasidesoftware.co.za with local-esmtp (Exim 3.33 #1) id 16NwOv-00005X-00; Tue, 08 Jan 2002 15:34:49 +0200 From: Sheldon Hearn To: Alexey Zelkin Cc: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/colldef Makefile In-reply-to: Your message of "Tue, 08 Jan 2002 15:24:05 +0200." <20020108152405.A83902@ark.cris.net> Date: Tue, 08 Jan 2002 15:34:49 +0200 Message-ID: <342.1010496889@axl.seasidesoftware.co.za> 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, 08 Jan 2002 15:24:05 +0200, Alexey Zelkin wrote: > Because -I${.CURDIR} is already in CFLAGS (see previous revision) > and since colldef is using automatically generated .h file it requires > -I${.OBJDIR} or -I. to find pregenerated y.tab.h. > > Looks like this commit is a style fix. Okay, then my question is... Why is it better style to use -I. instead of -I${.OBJDIR}? I'd have thought the latter would be unambiguous. Note, I'm not picking on this delta. I'm just asking for my own education. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message