Use LN_S instead of "ln -s" in Makefile - Mailing list pgsql-hackers

From Ashwin Agrawal
Subject Use LN_S instead of "ln -s" in Makefile
Date
Msg-id CALfoeiv5D8RfkQu_b5rbYQv0GnFEhZ5NuxTaJiGYVmxFwsRuKw@mail.gmail.com
Whole thread Raw
Responses Re: Use LN_S instead of "ln -s" in Makefile
List pgsql-hackers
In general, the variable LN_S is 'ln -s', however, LN_S changes to 'cp
-pR' if configure finds the file system does not support symbolic
links.

I was playing with 'ln' for some other reason where I symbolic linked
it to '/bin/false'. That revealed the failure for
src/backend/Makefile. Greping for 'ln -s' revealed three places it's
used. Attaching the patch to fix the same.
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Just for fun: Postgres 20?
Next
From: Chapman Flack
Date:
Subject: Re: Standards compliance of SET ROLE / SET SESSION AUTHORIZATION