Re: REGRESS_OPTS versus MSVC build scripts

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, Teodor Sigaev <teodor(at)sigaev(dot)ru>
Subject: Re: REGRESS_OPTS versus MSVC build scripts
Date: 2009-08-18 21:51:36
Message-ID: 20090818215136.GB4885@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-08-18 21:59:57 Re: fillfactor hides autovacuum parameters in 8.4.0
Previous Message Tom Lane 2009-08-18 21:01:58 Re: "make install" now tries to build the documentation