Date: Tue, 08 Jan 2002 15:34:49 +0200 From: Sheldon Hearn <sheldonh@starjuice.net> To: Alexey Zelkin <phantom@ark.cris.net> Cc: John Baldwin <jhb@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/colldef Makefile Message-ID: <342.1010496889@axl.seasidesoftware.co.za> In-Reply-To: Your message of "Tue, 08 Jan 2002 15:24:05 %2B0200." <20020108152405.A83902@ark.cris.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?342.1010496889>