Re: REGRESS_OPTS versus MSVC build scripts - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: REGRESS_OPTS versus MSVC build scripts
Date
Msg-id 4A8B2B88.8070809@dunslane.net
Whole thread Raw
In response to Re: REGRESS_OPTS versus MSVC build scripts  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: REGRESS_OPTS versus MSVC build scripts
Next
From: Tom Lane
Date:
Subject: Re: REGRESS_OPTS versus MSVC build scripts