pgsql: Fix for cross-compilation between mingw32 and something else.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix for cross-compilation between mingw32 and something else.
Date: 2009-01-05 09:54:13
Message-ID: 20090105095413.2A387754A17@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix for cross-compilation between mingw32 and something else. The choice
of pwd vs. pwd -W is correctly a function of the build system, not the
host system.

Modified Files:
--------------
pgsql/src:
Makefile.global.in (r1.249 -> r1.250)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in?r1=1.249&r2=1.250)
pgsql/src/interfaces/ecpg/test:
Makefile (r1.75 -> r1.76)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/Makefile?r1=1.75&r2=1.76)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-01-05 10:25:59 pgsql: When cross-compiling, allow and require an external zic program
Previous Message Peter Eisentraut 2009-01-05 09:27:20 pgsql: Allow out-of-tree builds on mingw and cygwin Author: Richard