Re: gram.y => preproc.y

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: gram.y => preproc.y
Date: 2008-11-14 12:03:34
Message-ID: 20081114120334.GA3830@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Meskes 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?

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Chernow 2008-11-14 12:15:47 Re: libpq-events windows gotcha
Previous Message KaiGai Kohei 2008-11-14 11:34:45 Updates of SE-PostgreSQL 8.4devel patches (r1216)