From: | Bernhard Herzog <bh(at)intevation(dot)de> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Brent Verner <brent(at)rcfile(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Vsevolod Lobko <seva(at)sevasoft(dot)kiev(dot)ua>, Murray Prior Hobbs <murray(at)efone(dot)com>, Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) |
Date: | 2002-01-23 18:02:14 |
Message-ID: | 6qk7u90wux.fsf@abnoba.intevation.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-sql |
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
> Brent Verner <brent(at)rcfile(dot)org> writes:
> > | Will it not work to do
> > |
> > | $(shell echo '$(TCL_SHLIB_LD)' | sed ...
>
> > No. I just tested this, and the $@ still got expanded too early.
>
> [ scratches head ... ] Where is the expansion happening, then? Seems
> weird.
The expansion is done by make. It does expand variables recursively,
even for :=. Using $$@ instead of $@ should help in this particular
case, I think.
Bernhard
--
Intevation GmbH http://intevation.de/
Sketch http://sketch.sourceforge.net/
MapIt! http://mapit.de/
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-01-23 18:05:27 | Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) |
Previous Message | Brent Verner | 2002-01-23 17:59:16 | Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-01-23 18:05:27 | Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) |
Previous Message | Brent Verner | 2002-01-23 17:59:16 | Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) |