Re: Re: [COMMITTERS] pgsql: Improve logic for finding object files on OBJS lines in contrib

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Re: [COMMITTERS] pgsql: Improve logic for finding object files on OBJS lines in contrib
Дата
Msg-id 20080509165941.GF5748@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Improve logic for finding object files on OBJS lines in contrib  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:
>
>
> Tom Lane wrote:
>> Alvaro Herrera <alvherre@commandprompt.com> writes:
>>   
>>> Andrew Dunstan wrote:
>>>     
>>>> Log Message:
>>>> -----------
>>>> Improve logic for finding object files on OBJS lines in contrib Makefiles. If this unbreaks buildfarm mastodon,
applyeverywhere.
 
>>>>       
>>
>>   
>>> I start to wonder why don't we just implement our own make in Perl ...
>>>     
>>
>> http://search.cpan.org/~mhosken/Font-Fret-1.202/pmake.bat
>
> The point is not to emulate make. Gmake for windows already exists,  
> anyway. The point is that building for MSVC is so very different from  
> the way you build everywhere else. Our current tools build MSVC project  
> files and then drive the build from there. Having a make equivalent  
> won't help us much.

What I was actually thinking was using this make reimplementation to
generate the MSVC project files, instead of parsing the makefiles to do
the same.  So we would need extra Makefiles with infrastructure to do
that, but we would get away from the text parsing business.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


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

Предыдущее
От: "Heikki Linnakangas"
Дата:
Сообщение: Bug 3883 revisited
Следующее
От: Bruce Momjian
Дата:
Сообщение: psql wrapped format default for backslash-d commands