mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 00:03:18 -05:00
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). |
||
|---|---|---|
| .. | ||
| exec.c | ||
| fe_memutils.c | ||
| Makefile | ||
| pg_crc.c | ||
| pg_lzcompress.c | ||
| pgfnames.c | ||
| psprintf.c | ||
| relpath.c | ||
| rmtree.c | ||
| string.c | ||
| username.c | ||
| wait_error.c | ||