Re: gram.y => preproc.y - Mailing list pgsql-hackers

From Michael Meskes
Subject Re: gram.y => preproc.y
Date
Msg-id 20081114124057.GA2024@feivel.credativ.de
Whole thread Raw
In response to Re: gram.y => preproc.y  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
On Fri, Nov 14, 2008 at 09:03:34AM -0300, Alvaro Herrera wrote:
> > +$(srcdir)/preproc.y: $(top_srcdir)/src/backend/parser/gram.y
> > +    $(PERL) $(srcdir)/parse.pl $(srcdir) < $< > $@ 
> 
> Why are you passing $(srcdir) as a parameter here?  It doesn't look like
> the script uses it at all, or does it?

The new version does. I need to tell the script where to find the other files
in a VPATH build system.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!


pgsql-hackers by date:

Previous
From: Andrew Chernow
Date:
Subject: Re: libpq-events windows gotcha
Next
From: Alvaro Herrera
Date:
Subject: Re: WIP: Column-level Privileges