From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Thomas Lockhart <thomas(at)hub(dot)org> |
Cc: | pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql/src/backend/parser (Makefile) |
Date: | 2000-07-14 16:49:09 |
Message-ID: | Pine.LNX.4.21.0007141845030.3857-100000@localhost.localdomain |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Thomas Lockhart writes:
> Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/parser
> from hub.org:/home/projects/pgsql/developers/thomas/CURRENT/pgsql/src/backend/parser
>
> Modified Files:
> Makefile
> Include rule to build include/parser/parse.h since nothing else can
> build in this directory otherwise :(
Actually, this is not quite correct because include/parser/parse.h should
be a symlink to, not a copy of, the original file. I don't quite
understand either. If you make all in the backend tree then the
include/parser/parse.h should always be up to date with the
backend/parser/parse.h version. Or do you build backend/parser before
*anything* else?
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-07-14 16:58:07 | Re: pgsql/src/backend/parser (Makefile) |
Previous Message | Peter Eisentraut - PostgreSQL | 2000-07-14 16:41:45 | pgsql/src/backend/utils/init (miscinit.c) |