Re: REGRESS_OPTS versus MSVC build scripts

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: REGRESS_OPTS versus MSVC build scripts
Дата
Msg-id 20090818215136.GB4885@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: REGRESS_OPTS versus MSVC build scripts  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: REGRESS_OPTS versus MSVC build scripts  (Andrew Dunstan <andrew@dunslane.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "make install" now tries to build the documentation
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Lazy Snapshots