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