Re: msvc and vista fun

From: Michael Paesold <mpaesold(at)gmx(dot)at>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Dave Page <dpage(at)postgresql(dot)org>
Subject: Re: msvc and vista fun
Date: 2007-06-25 06:07:26
Message-ID: 467F5B9E.8080907@gmx.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas ADI SD 2007-06-25 07:19:37 Re: msvc and vista fun
Previous Message Tatsuo Ishii 2007-06-25 04:40:59 Re: [Fwd: Re: tsearch in core patch]

Browse pgsql-patches by date

  From Date Subject
Next Message Zeugswetter Andreas ADI SD 2007-06-25 07:19:37 Re: msvc and vista fun
Previous Message Magnus Hagander 2007-06-25 06:03:53 Re: Preliminary GSSAPI Patches