Re: Makefile patch to make gcov work on Postgres contrib modules

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Makefile patch to make gcov work on Postgres contrib modules
Дата
Msg-id 9289.1176354960@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Makefile patch to make gcov work on Postgres contrib modules  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Makefile patch to make gcov work on Postgres contrib modules  (Gregory Stark <gsstark@mit.edu>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
>   %.so: %.o
> !     $(CC) -shared -o $@ $< 
>   sqlmansect = 7
> --- 11,16 ----
>   endif 
>   %.so: %.o
> !     $(CC) $(CFLAGS) -shared -o $@ $< 
Surely CFLAGS should be irrelevant at link time.  Maybe LDFLAGS?
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Makefile patch to make gcov work on Postgres contrib modules
Следующее
От: Warren Turkal
Дата:
Сообщение: Re: Vista/IPv6