Re: pltlc and pltlcu problems

Поиск
Список
Период
Сортировка
От Brent Verner
Тема Re: pltlc and pltlcu problems
Дата
Msg-id 20020120193121.A12590@rcfile.org
обсуждение исходный текст
Ответ на Re: pltlc and pltlcu problems  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
[2002-01-20 19:16] Tom Lane said:
| Brent Verner <brent@rcfile.org> writes:
| > It seems that substvar operates on each " " separated token in the
| > string.  The following works for me.
| 
| > override TCL_SHLIB_LD := $(shell echo $(TCL_SHLIB_LD) | sed 's/-Wl,-soname.*//')
| 
| I suspect that the above works only because -Wl,-soname is the last
| switch in TCL_SHLIB_LD; any following switches would be removed too.
| Perhaps better
| 
| override TCL_SHLIB_LD := $(shell echo $(TCL_SHLIB_LD) | sed 's/-Wl,-soname[^ ]*//'

Yes, much better.

cheers. brent

-- 
"Develop your talent, man, and leave the world something. Records are 
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pltlc and pltlcu problems
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pltlc and pltlcu problems