Re: Makefile for parser

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Makefile for parser
Date: 2000-06-26 14:55:33
Message-ID: 17127.962031333@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu> writes:
> I've started doing a bit of work on gram.y, and am noticing some new
> cruftiness in the Makefile: if I add tokens to gram.y/keywords.c then I
> can't just remake in that directory since parse.h is not updated
> elsewhere in the tree.

Uh ... what's your point? If the changes to parse.h affect anything
else then you ought to be doing a top-level make --- or at the very
least a make in src/backend --- and that will rebuild
include/parser/parse.h.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2000-06-26 14:56:30 AW: Proposal: More flexible backup/restore via pg_dump
Previous Message Zeugswetter Andreas SB 2000-06-26 14:51:32 AW: physical backup of PostgreSQL