From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Re: [COMMITTERS] pgsql: Improve logic for finding object files on OBJS lines in contrib |
Date: | 2008-05-09 16:59:41 |
Message-ID: | 20080509165941.GF5748@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Andrew Dunstan wrote:
>
>
> Tom Lane wrote:
>> Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
>>
>>> Andrew Dunstan wrote:
>>>
>>>> Log Message:
>>>> -----------
>>>> Improve logic for finding object files on OBJS lines in contrib Makefiles. If this unbreaks buildfarm mastodon, apply everywhere.
>>>>
>>
>>
>>> 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2008-05-09 21:31:23 | pgsql: Adjust power() error messages to be more descriptive. |
Previous Message | Magnus Hagander | 2008-05-09 16:37:15 | Re: Re: [COMMITTERS] pgsql: Improve logic for finding object files on OBJS lines in contrib |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2008-05-09 17:52:24 | psql wrapped format default for backslash-d commands |
Previous Message | Heikki Linnakangas | 2008-05-09 16:41:58 | Bug 3883 revisited |