Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems) - Mailing list pgsql-hackers

From Bernhard Herzog
Subject Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems)
Date
Msg-id 6qk7u90wux.fsf@abnoba.intevation.de
Whole thread Raw
In response to Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Brent Verner <brent@rcfile.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/


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pltcl build problem on FreeBSD (was: Re: pltlc and
Next
From: Tom Lane
Date:
Subject: Re: pltcl build problem on FreeBSD (was: Re: pltlc and pltlcu problems)