Re: REGRESS_OPTS versus MSVC build scripts

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org, Teodor Sigaev <teodor(at)sigaev(dot)ru>
Subject: Re: REGRESS_OPTS versus MSVC build scripts
Date: 2009-08-18 22:30:32
Message-ID: 4A8B2B88.8070809@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> Andrew Dunstan wrote:
>
>
>> + sub fetchRegressOpts
>> + {
>> + my $handle;
>> + open($handle,"<Makefile")
>> + || open($handle,"<GNUmakefile")
>> + || die "Could not open Makefile";
>>
>
> I think you should try GNUmakefile first, Makefile second. That's what
> gmake does.
>
>

Hmm, ok. It doesn't matter much in the present case - none of the
contrib modules actually has a GNUmakefile, but I'll change it. I
actually copied that code from elsewhere in the script.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-08-18 22:33:53 Re: REGRESS_OPTS versus MSVC build scripts
Previous Message Andrew Dunstan 2009-08-18 22:27:07 Re: REGRESS_OPTS versus MSVC build scripts