From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, claudio(dot)natoli(at)memetrics(dot)com, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: mingw regression test fixes |
Date: | 2004-05-02 21:30:34 |
Message-ID: | 200405022130.i42LUYq03906@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Claudio Natoli | 2004-05-03 02:40:36 | Re: mingw regression test fixes |
Previous Message | Peter Eisentraut | 2004-05-02 20:17:51 | Re: mingw regression test fixes |