Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.bin/make
On Mon, Dec 29, 2008 at 12:01:12PM +0100, Tobias Nygren wrote:
> Thanks, it seems to work for the most part. But there's still a
> problem with pkgsrc/fetch/fetch.mk. (See below for a workaround diff.)
> The "=" in substitutions still seems to cause grief, as in:
Actually this shorter script shows the problem...
A = foo=bar
B.${A:S/=//} = test
Which the 'front end' line parser treats as:
'B.${A:S/' = '//} = test'
The parser in make isn't very robust at all ...
I'll think about a fix ...
David
--
David Laight: david%l8s.co.uk@localhost
Home |
Main Index |
Thread Index |
Old Index