Build problem with square brackets in build path

Поиск
Список
Период
Сортировка
От Nikolay Shaplov
Тема Build problem with square brackets in build path
Дата
Msg-id 4793552.atqmVPU5g4@thinkpad-pgpro
обсуждение исходный текст
Ответы Re: Build problem with square brackets in build path
Список pgsql-hackers
I am not sure it is really a bug, but nevertheless

If you do

mkdir [source]
git clone git://git.postgresql.org/git/postgresql.git [source]
mkdir build; cd build
../\[source\]/configure 
make

you will get

make[1]: *** No rule to make target 'generated-headers'.  Stop.

If there are no "[]" in the path to the source, everything is OK.

It would be OK for me, if it still does not work. But I would appreciate at 
least proper error message there (or at configure step), this would save time, 
for figuring out, why it suddenly stopped working.


-- 
Nikolay Shaplov aka Nataraj
Fuzzing Engineer at Postgres Professional
Matrix IM: @dhyan:nataraj.su

Вложения

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Should vacuum process config file reload more often
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Support logical replication of DDLs