pgsql: Put libpgport into OBJS instead of LIBS, so that it gets included

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put libpgport into OBJS instead of LIBS, so that it gets included
Date: 2005-07-28 04:31:31
Message-ID: 20050728043131.12F8552A73@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Put libpgport into OBJS instead of LIBS, so that it gets included
into .def and .exp files automatically on Windows, AIX, and the like.
An additional benefit is that changes in libpgport files correctly
propagate to force rebuild of the backend executable. This is my
reworking of Rocco Altier's idea, and if it breaks anything it's
definitely my fault.

Modified Files:
--------------
pgsql/src/backend:
Makefile (r1.108 -> r1.109)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/Makefile.diff?r1=1.108&r2=1.109)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-07-28 04:32:33 pgsql: Remove no-longer-needed hack to add pgsleep.c to regress.so.
Previous Message Tom Lane 2005-07-28 04:03:15 pgsql: Fix a whole bunch of #includes that were either wrong or