Use LN_S instead of "ln -s" in Makefile

Поиск
Список
Период
Сортировка
От Ashwin Agrawal
Тема Use LN_S instead of "ln -s" in Makefile
Дата
Msg-id CALfoeiv5D8RfkQu_b5rbYQv0GnFEhZ5NuxTaJiGYVmxFwsRuKw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Use LN_S instead of "ln -s" in Makefile  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Just for fun: Postgres 20?
Следующее
От: Chapman Flack
Дата:
Сообщение: Re: Standards compliance of SET ROLE / SET SESSION AUTHORIZATION