Re: [PATCHES] Patch to add version numbers to libpq.rc
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
- Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, PostgreSQL Win32 port list <pgsql-hackers-win32(at)postgresql(dot)org>, Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
- Subject: Re: [PATCHES] Patch to add version numbers to libpq.rc
- Date: Thu, 16 Dec 2004 19:35:19 -0500
- Message-id: <12462(dot)1103243719(at)sss(dot)pgh(dot)pa(dot)us>
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> One difficulty was generating a new version of libpq.rc at the proper
> time. I added a prepdist rule just like *.def. I also added code so
> every time you do a 'make clean' or distclean it does a 'touch' on
> libpq.rc.in so libpq.rc is rebuilt on the next compile. That seemed
> like the cleanest solution.
... except CVS will not like it at all. Why don't you just remove the
libpq.rc file instead?
regards, tom lane
Home |
Main Index |
Thread Index