pgsql: Make pgxs build executables with the right suffix.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Make pgxs build executables with the right suffix.
Дата
Msg-id E1TweVe-0008Lv-5d@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make pgxs build executables with the right suffix.

Complaint and patch from Zoltán Böszörményi.

When cross-compiling, the native make doesn't know
about the Windows .exe suffix, so it only builds with
it when explicitly told to do so.

The native make will not see the link between the target
name and the built executable, and might this do unnecesary
work, but that's a bigger problem than this one, if in fact
we consider it a problem at all.

Back-patch to all live branches.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e994d83d5b378f6603fccf452c0888a149837c33

Modified Files
--------------
src/makefiles/pgxs.mk |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: libpq doc: Clarify what commands return PGRES_TUPLES_OK
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Make pgxs build executables with the right suffix.