pgsql: Avoid MSVC breakage caused by my previous commit by not using a
Log Message:
-----------
Avoid MSVC breakage caused by my previous commit by not using a variable in
the src/bin/scripts Makefile.
Modified Files:
--------------
pgsql/src/bin/scripts:
Makefile (r1.41 -> r1.42)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/Makefile?r1=1.41&r2=1.42)
alvherre@postgresql.org (Alvaro Herrera) writes:
Avoid MSVC breakage caused by my previous commit by not using a variable in
the src/bin/scripts Makefile.
Buildfarm says it's still broken.
regards, tom lane
Tom Lane wrote:
alvherre@postgresql.org (Alvaro Herrera) writes:
Avoid MSVC breakage caused by my previous commit by not using a variable in
the src/bin/scripts Makefile.Buildfarm says it's still broken.
Hmm, yeah, apparently Mkvcbuild.pm needs to be updated with the list of
files that need to be symlinked -- and it's not all that
straightforward.
I need some help here, as I have no way to test this.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
Alvaro Herrera wrote:
Tom Lane wrote:
alvherre@postgresql.org (Alvaro Herrera) writes:
Avoid MSVC breakage caused by my previous commit by not using a variable in
the src/bin/scripts Makefile.Buildfarm says it's still broken.
Hmm, yeah, apparently Mkvcbuild.pm needs to be updated with the list of
files that need to be symlinked -- and it's not all that
straightforward.I need some help here, as I have no way to test this.
This should be fixed per my commit a minute ago. Thanks for help over IM
to figure it out :-)
//Magnus