pgsql: Unlink static libraries before rebuilding them.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Unlink static libraries before rebuilding them.
Дата
Msg-id E1YS8UK-00059x-94@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Unlink static libraries before rebuilding them.

When the library already exists in the build directory, "ar" preserves
members not named on its command line.  This mattered when, for example,
a "configure" rerun dropped a file from $(LIBOBJS).  libpgport carried
the obsolete member until "make clean".  Back-patch to 9.0 (all
supported versions).

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/22dd465d34f55b5a5b1790a5b5582fef9558d84b

Modified Files
--------------
src/Makefile.shlib  |    3 +++
src/common/Makefile |    2 ++
src/port/Makefile   |    2 ++
3 files changed, 7 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Unlink static libraries before rebuilding them.
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Unlink static libraries before rebuilding them.