Re: Remove distprep
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Noah Misch <noah@leadboat.com>
Cc: Peter Eisentraut <peter@eisentraut.org>, Michael Paquier <michael@paquier.xyz>,
pgsql-hackers <pgsql-hackers@postgresql.org>, Andres Freund <andres@anarazel.de>
Date: 2024-06-16T19:59:06Z
Lists: pgsql-hackers
On 2024-Jun-16, Noah Misch wrote: > These broke the > https://www.postgresql.org/docs/17/installation-platform-notes.html#INSTALLATION-NOTES-MINGW > build, where LN_S='cp -pR'. On other platforms, "make LN_S='cp -pR'" > reproduces this. Reverting the above lines fixes things. The buildfarm has > no coverage for that build scenario (fairywren uses Meson). I agree we should revert this change. I had commented on this: https://postgr.es/m/202404051810.et6ufj5snhmt@alvherre.pgsql -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/ "La rebeldía es la virtud original del hombre" (Arthur Schopenhauer)
Commits
-
Fix make build on MinGW
- 58445651dbc6 17.0 landed
-
Stop generating plain-text INSTALL instructions.
- e2b73f4a4de6 17.0 landed
-
Remove distprep
- 721856ff24b3 17.0 landed