pgsql: Make pgxs build executables with the right suffix. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Make pgxs build executables with the right suffix.
Date
Msg-id E1TweVb-0008LZ-IZ@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9f10f7dc573401b1eb7cdf1e3cf4f1967bbbccce

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: libpq doc: Clarify what commands return PGRES_TUPLES_OK
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Make pgxs build executables with the right suffix.