Re: PGBuildfarm member skylark Branch HEAD Failed at Stage Make

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PGBuildfarm member skylark Branch HEAD Failed at Stage Make
Дата
Msg-id 3193.1191076915@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PGBuildfarm member skylark Branch HEAD Failed at Stage Make  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: PGBuildfarm member skylark Branch HEAD Failed at Stage Make  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> PG Build Farm wrote:
>> For more information, see http://www.pgbuildfarm.org/cgi-bin/show_history.pl?nm=skylark&br=HEAD

> I think this just needs a new object added to the libpgport list in
> Mkvcbuild.pm at line 46-50.

My fault, sorry about that.  But I'm getting less and less satisfied
with the way that the MSVC build system is forcing us to duplicate all
the knowledge in the Makefiles.

One thing I did in the commit that broke this was to move the list of
"fixed" (platform-independent) members of libpgport out of
Makefile.global.in and into src/port/Makefile.  Is it possible to parse
that to get the list of fixed members, instead of duplicating the list
in Mkvcbuild.pm?  Of course Mkvcbuild.pm would still need a list of
Windows-specific members, but that should be a lot shorter and more
stable.
        regards, tom lane


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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: PG on NFS may be just a bad idea
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Temporarily modify tsearch regression tests to suppress notice