Re: Cygwin linking rules

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cygwin linking rules
Дата
Msg-id 28249.1538500858@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cygwin linking rules  (Marco Atzeri <marco.atzeri@gmail.com>)
Список pgsql-hackers
Marco Atzeri <marco.atzeri@gmail.com> writes:
> [ cygwin-soversion.diff ]

Oh, one other minor comment on this patch: the rule for the "stlib"
must not be just

$(stlib): $(shlib) ;

Something like this would work:

$(stlib): $(shlib)
    touch $@

See e.g. the AIX case in Makefile.shlib, which is doing about the
same thing.

            regards, tom lane


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

Предыдущее
От:
Дата:
Сообщение: NOTIFY and pg_notify performance when deduplicating notifications
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Slotification of partition tuple conversion