pgsql: Fix make build on MinGW

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix make build on MinGW
Date: 2024-06-21 06:18:56
Message-ID: E1sKXbs-002Nyx-1J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix make build on MinGW

Revert a couple of the simplifications done in commit 721856ff24b
because platforms without ln -s, where LN_S='cp -pR', such as MinGW,
required the specific previous incantations.

Reported-by: Noah Misch <noah(at)leadboat(dot)com>
Discussion: https://www.postgresql.org/message-id/20240616193448.28@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/58445651dbc6182e1ff4100f6428ba6a261407f9

Modified Files
--------------
src/backend/Makefile | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-06-21 07:36:53 pgsql: Remove redundant newlines from error messages
Previous Message Peter Eisentraut 2024-06-21 05:58:12 pgsql: parse_manifest: Use const char *