Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2002 15:24:05 +0200
From:      Alexey Zelkin <phantom@ark.cris.net>
To:        Sheldon Hearn <sheldonh@starjuice.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:  <20020108152405.A83902@ark.cris.net>
In-Reply-To: <633.1010495646@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Tue, Jan 08, 2002 at 03:14:06PM %2B0200
References:  <200201081108.g08B8KN02330@freefall.freebsd.org> <633.1010495646@axl.seasidesoftware.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 08, 2002 at 03:14:06PM +0200, Sheldon Hearn wrote:
> 
> 
> On Tue, 08 Jan 2002 03:08:20 PST, John Baldwin wrote:
> 
> >   Modified files:
> >     usr.bin/colldef      Makefile 
> >   Log:
> >   Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.
> 
> Why '.' and not '${.CURDIR}'?  I'm sure I'm not the only one who'd
> benefit from an explanation.

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.


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?20020108152405.A83902>