From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Re: [COMMITTERS] pgsql: Derived files that are shipped in the distribution used to be |
Date: | 2009-09-02 19:08:46 |
Message-ID: | 9837222c0909021208y3beb7e0bsf7baf085cda9498c@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Wed, Sep 2, 2009 at 21:05, Tom Lane<tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> On ons, 2009-09-02 at 19:24 +0200, Magnus Hagander wrote:
>>> -kwlookup.c: % : ../../../backend/parser/%
>>> +kwlookup.c: % : $(top_srcdir)/src/backend/parser/%
>>> rm -f $@ && $(LN_S) $< .
>
>> I think you can revert this if it helps you, although it's not clear to
>> me why it would make a difference one way or the other.
>
> It looks to me like Magnus' git tool has gotten the direction of the
> change backwards --- $(top_srcdir) was the old coding, which was like
> every other place that is symlinking something, and the new ../../ bit
> is gratuitously unlike the rest. I imagine the point is that the MSVC
> scripts only know how to deal with the $(top_srcdir) form.
Um, right, that's the patch that fixes the problem, not that causes it :-) S'ry.
And yes, that's what happened.
--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2009-09-02 19:14:14 | pgsql: Revert Makefile modification that broke the MSVC build. |
Previous Message | Tom Lane | 2009-09-02 19:05:48 | Re: Re: [COMMITTERS] pgsql: Derived files that are shipped in the distribution used to be |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2009-09-02 19:10:53 | Re: remove flatfiles.c |
Previous Message | Tom Lane | 2009-09-02 19:05:48 | Re: Re: [COMMITTERS] pgsql: Derived files that are shipped in the distribution used to be |