pgsql: Make pgxs build executables with the right suffix.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pgxs build executables with the right suffix.
Date: 2013-01-19 19:55:33
Message-ID: E1TweVp-0008Qm-Tu@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/237dc2d783b0c0856a5f97c338c71aa805b0acfc

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-01-19 22:21:36 pgsql: Modernize string literal syntax in tutorial example.
Previous Message Andrew Dunstan 2013-01-19 19:55:31 pgsql: Make pgxs build executables with the right suffix.