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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Put libpgport into OBJS instead of LIBS, so that it gets included
Дата
Msg-id 20050728043131.12F8552A73@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix a whole bunch of #includes that were either wrong or
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove no-longer-needed hack to add pgsleep.c to regress.so.