Skip to content
Snippets Groups Projects
  • Noah Misch's avatar
    c3b0baf9
    Unlink static libraries before rebuilding them. · c3b0baf9
    Noah Misch authored
    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).
    c3b0baf9
    History
    Unlink static libraries before rebuilding them.
    Noah Misch authored
    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).
Makefile.shlib 14.84 KiB