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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Subject: Re: [COMMITTERS] pgsql: Improve logic for finding object files on OBJS lines in contrib
Date: 2008-05-14 16:22:23
Message-ID: 482B11BF.7090207@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Peter Eisentraut wrote:
> Am Freitag, 9. Mai 2008 schrieb Tom Lane:
>
>> 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
>>
>
> Interesting.
>
> But surely putting a GNU make binary at some download location would be even
> easier.
>
>

As I have already pointed out elsewhere:

"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. "

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-05-14 16:44:11 Re: Re: [COMMITTERS] pgsql: Improve logic for finding object files on OBJS lines in contrib
Previous Message Peter Eisentraut 2008-05-14 16:18:34 Re: Re: [COMMITTERS] pgsql: Improve logic for finding object files on OBJS lines in contrib

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2008-05-14 16:31:03 Re: how to perform silent installation on linux and solaris
Previous Message Merlin Moncure 2008-05-14 16:21:56 Re: libpq object hooks