Re: Proposed cleanup of generated header files

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proposed cleanup of generated header files
Date: 2000-05-29 05:54:16
Message-ID: 13187.959579656@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> Any objections if I rearrange the makefiles
>> so that these files get placed under include/ when they are built,
>> and then -I src/backend goes away?

Done. Note you'd be well advised to do make distclean / configure
after pulling these updates --- lotta Makefile.in files changed...

The Hermit Hacker <scrappy(at)hub(dot)org> writes:
> Sounds perfect to me ... just make changes to prep_release in tools so
> that they are generated for the snapshots?

No point in changing prep_release that I can see. fmgroids.h has to
have a dependency on Gen_fmgrtab.sh, which is built at configure time
from Gen_fmgrtab.sh.in. So it'd get rebuilt anyway, even though there's
no real platform dependency in it. parse.h is distributed in the
tarball in backend/parser where it's built, so we don't need another
copy distributed in include/parser.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-05-29 06:56:01 Re: Full text indexing preformance! (long)
Previous Message Hiroshi Inoue 2000-05-29 04:51:42 RE: Berkeley DB...