pgsql: Avoid MSVC breakage caused by my previous commit by not using a

Started by Nonamealmost 17 years ago4 messages
#1Noname
alvherre@postgresql.org

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)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: pgsql: Avoid MSVC breakage caused by my previous commit by not using a

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

#3Alvaro Herrera
alvherre@commandprompt.com
In reply to: Tom Lane (#2)
Re: [COMMITTERS] pgsql: Avoid MSVC breakage caused by my previous commit by not using a

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.

#4Magnus Hagander
magnus@hagander.net
In reply to: Alvaro Herrera (#3)
Re: Re: [COMMITTERS] pgsql: Avoid MSVC breakage caused by my previous commit by not using a

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