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 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
