Re: Build problem with square brackets in build path

2023-04-28 Thread Tom Lane
Nikolay Shaplov writes: > 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

Build problem with square brackets in build path

2023-04-28 Thread Nikolay Shaplov
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 th