pgsql: Unlink static libraries before rebuilding them. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Unlink static libraries before rebuilding them.
Date
Msg-id E1YS8UK-0005A2-9a@gemulon.postgresql.org
Whole thread Raw
List 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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/c3b0baf910f3428df8b30144c1e4034c04ebe495

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Unlink static libraries before rebuilding them.
Next
From: Noah Misch
Date:
Subject: pgsql: Unlink static libraries before rebuilding them.