| От | Tom Lane |
|---|---|
| Тема | Re: rm static libraries before rebuilding |
| Дата | |
| Msg-id | 27684.1425191949@sss.pgh.pa.us обсуждение |
| Ответ на | rm static libraries before rebuilding (Noah Misch <noah@leadboat.com>) |
| Список | pgsql-hackers |
Noah Misch <noah@leadboat.com> writes:
> We build static libraries with "ar crs" or "ar cr". If the static library
> already exists in the build directory, those commands will add new members and
> replace existing members. They will not remove members present in the
> existing library but not named on the "ar" command line. This matters when,
> for example, you rerun ./configure in a way that removes a file from
> $(LIBOBJS). libpgport carries the obsolete member until "make clean". Let's
> fix that by issuing "rm -f" before running $(AR). I would back-patch this.
+1 ... I doubt anybody's thought about this.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера