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

From Alvaro Herrera
Subject Re: REGRESS_OPTS versus MSVC build scripts
Date
Msg-id 20090818215136.GB4885@alvh.no-ip.org
Whole thread Raw
In response to Re: REGRESS_OPTS versus MSVC build scripts  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: REGRESS_OPTS versus MSVC build scripts  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
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.

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: "make install" now tries to build the documentation
Next
From: Josh Berkus
Date:
Subject: Re: Lazy Snapshots