New developer papercut - Makefile references INSTALL

Поиск
Список
Период
Сортировка
От Tim McNamara
Тема New developer papercut - Makefile references INSTALL
Дата
Msg-id 730dae39-abaa-4140-893b-95d732fed003@www.fastmail.com
обсуждение исходный текст
Ответы Re: New developer papercut - Makefile references INSTALL  (Daniel Gustafsson <daniel@yesql.se>)
Re: New developer papercut - Makefile references INSTALL  (samay sharma <smilingsamay@gmail.com>)
Список pgsql-hackers
Hello,

I encountered a minor road bump when checking out the pg source today. The Makefile's all target includes the following
helpmessage if GNUmakefile isn't available: 
 

  echo "You need to run the 'configure' program first. See the file"; \
  echo "'INSTALL' for installation instructions." ; \

After consulting README.git, it looks as though INSTALL isn't created unless the source is bundled into a release or
snapshottarball. I'm happy to submit a patch to update the wording, but wanted to check on the preferred approach.
 

Perhaps this would be sufficient?

  echo "You need to run the 'configure' program first. See the file"; \
  echo "'INSTALL' for installation instructions, or visit" ; \
  echo "<https://www.postgresql.org/docs/devel/installation.html>" ; \

-Tim



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

Предыдущее
От: Peter Smith
Дата:
Сообщение: Re: row filtering for logical replication
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Add jsonlog log_destination for JSON server logs