Re: Makefile for parser - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Makefile for parser
Date
Msg-id 17127.962031333@sss.pgh.pa.us
Whole thread Raw
In response to Makefile for parser  (Thomas Lockhart <lockhart@alumni.caltech.edu>)
Responses Re: Makefile for parser
List pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.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


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: physical backup of PostgreSQL
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: Proposal: More flexible backup/restore via pg_dump