Re: msvc and vista fun

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: msvc and vista fun
Дата
Msg-id 467F5B9E.8080907@gmx.at
обсуждение исходный текст
Ответ на Re: msvc and vista fun  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan wrote:

> Relevant perl code executed by buildfarm:
> 
>        chdir "$pgsql/src/tools/msvc";
>        @makeout = `build 2>&1`;
>        chdir $branch_root;
>        my $status = $? >>8;

I know the docs say otherwise, but would it be possible that "chdir" 
somehow resets $? on windows, sometimes, under some circumstances?

Perhaps just move up the "my $status.." one line up?

Best Regards
Michael Paesold




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [Fwd: Re: tsearch in core patch]
Следующее
От: "Zeugswetter Andreas ADI SD"
Дата:
Сообщение: Re: msvc and vista fun