Re: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Дата
Msg-id 52ED9024.3050104@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 02/01/2014 07:14 PM, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> Copy the libpq DLL to the bin directory on Mingw and Cygwin.
> AFAICT, this patch set is completely broken.
>
> The buildfarm shows that every build attempt on the 8.4 branch has
> failed since it went in.  This is because MKDIR_P isn't defined in
> that branch; you need to use $(mkinstalldirs) instead.  However,
> the bigger problem is the fact that non-Windows platforms are even
> reaching that code; apparently, your if-logic is wrong.  Testing
> shows that libpq.so is getting installed into the bindir in HEAD
> on my quite definitely not Windows system.
>

Argh!

OK, will fix.

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix makefile syntax.