From owner-cvs-all Tue Jan 8 5:24:49 2002 Delivered-To: cvs-all@freebsd.org Received: from columbus.cris.net (columbus.cris.net [212.110.128.65]) by hub.freebsd.org (Postfix) with ESMTP id DD93237B405; Tue, 8 Jan 2002 05:24:40 -0800 (PST) Received: from ark.cris.net (ns2.cris.net [212.110.128.68]) by columbus.cris.net (8.9.3/8.9.3) with ESMTP id PAA75542; Tue, 8 Jan 2002 15:24:36 +0200 (EET) Received: (from phantom@localhost) by ark.cris.net (8.11.1/8.11.1) id g08DO5s85020; Tue, 8 Jan 2002 15:24:05 +0200 (EET) Date: Tue, 8 Jan 2002 15:24:05 +0200 From: Alexey Zelkin To: Sheldon Hearn Cc: John Baldwin , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/colldef Makefile Message-ID: <20020108152405.A83902@ark.cris.net> References: <200201081108.g08B8KN02330@freefall.freebsd.org> <633.1010495646@axl.seasidesoftware.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <633.1010495646@axl.seasidesoftware.co.za>; from sheldonh@starjuice.net on Tue, Jan 08, 2002 at 03:14:06PM +0200 X-Operating-System: FreeBSD 3.5-STABLE i386 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, 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