pgsql: Put libpgport into OBJS instead of LIBS, so that it gets included - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Put libpgport into OBJS instead of LIBS, so that it gets included
Date
Msg-id 20050728043131.12F8552A73@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix a whole bunch of #includes that were either wrong or
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove no-longer-needed hack to add pgsleep.c to regress.so.