Re: mingw regression test fixes - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: mingw regression test fixes
Date
Msg-id 200405022130.i42LUYq03906@candle.pha.pa.us
Whole thread Raw
In response to Re: mingw regression test fixes  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > OK, I have made this adjustment.  Thanks.
>
> $build_platform would be more correct.  It keeps everything consistent.

OK, new code for PWD flag test is:

    case $build_platform in
        *-*-mingw32*)
            PWDFLAGS=-W;;
        *)
            PWDFLAGS=;;
    esac

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: mingw regression test fixes
Next
From: Claudio Natoli
Date:
Subject: Re: mingw regression test fixes