automake
[Top][All Lists]
Advanced

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

Re: PATCH: patsubst support


From: Alex Hornby
Subject: Re: PATCH: patsubst support
Date: Mon, 19 Feb 2001 22:44:54 +0000 (GMT)

Pavel Roskin writes:
 > 
 > > -          ($from = $2) =~ s/(\W)/\\$1/g;
 > > +          ($from = $2) =~ s/(\W)/$1/g;
 > 
 > I don't understrand this. This change will affect the traditional rules as
 > well. It should probably be a separate patch if it fixes a separate issue.
 > You may even need a test case.
 > 

Hi Pavel,

Its a bug fix, the reason escapes me at the moment...

 > Everything else is fine. I'm sorry that I'm keeping bouncing your work,

Perhaps I can return the favor one day <g>

I will attempt the "one true patch" later in the week.

Cheers,
Alex.



reply via email to

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