pgsql: Create two separate libpq.rc's: One that is built at build time,

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Create two separate libpq.rc's: One that is built at build time,
Date: 2008-02-26 13:31:40
Message-ID: 20080226133140.E0690754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Create two separate libpq.rc's: One that is built at build time, and one
that is shipped in the distribution, named libpq-dist.rc. This way the
build system doesn't get upset when a distributed file is forcibly
overwritten by during a normal build.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
.cvsignore (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/.cvsignore?r1=1.2&r2=1.3)
Makefile (r1.161 -> r1.162)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile?r1=1.161&r2=1.162)
bcc32.mak (r1.28 -> r1.29)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/bcc32.mak?r1=1.28&r2=1.29)
win32.mak (r1.50 -> r1.51)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/win32.mak?r1=1.50&r2=1.51)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-02-26 13:48:57 pgsql: Fix uninstall target.
Previous Message User Pgunittest 2008-02-26 11:04:15 pgunittest - pgUnitTest_Rnd: