libtool-patches
[Top][All Lists]
Advanced

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

Re: Pending release of 1.5


From: Schleicher Ralph (LLI)
Subject: Re: Pending release of 1.5
Date: Wed, 12 Feb 2003 11:36:13 +0100

Robert Boehne wrote:
 
> Ooops, I found a problem, the change from
>  $SED -e "s/\.${shared_ext}\..*/\.${shared_ext}/"
> to
>  $SED -e "s/\${shared_ext}\..*/\${shared_ext}/"
> 
> is not right.  The "\" before the "." is there to prevent
> "." from being a regular expression matching any character.
> So this should have been:
>  $SED -e "s/${shared_ext}\..*/${shared_ext}/"
> 
> Ralph, I'm not sure how many places this is in, but if
> would you fix this and repost to address@hidden,
> I'll check it in as soon as I see it.

It only appears in the rules for the KCC compiler.  Please find
attached an updated patch.

-- 
Ralph

Attachment: libtool-20030210.shrext.diff
Description: libtool-20030210.shrext.diff

Attachment: libtool-20030210.shrext.log
Description: libtool-20030210.shrext.log


reply via email to

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