libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compile mode, XSI shell: do not fork for $xform


From: Peter O'Gorman
Subject: Re: compile mode, XSI shell: do not fork for $xform
Date: Wed, 09 Apr 2008 19:09:49 -0500
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

Ralf Wildenhues wrote:
> OK to apply?

> +# func_xform libobj-or-source
> +func_xform ()
> +{
> +  func_xform_result=`$ECHO "X${1}" | $Xsed -e "s/\.[[^.]]*/.lo/"`
> +}
>  _LT_EOF
>  esac

Did you test this sed expression? Maybe I am testing it wrong?

$ echo ada.ada.ada | sed -e "s/\.[^.]*/.lo/"
ada.lo.ada

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]