Re: subst: Mention how to deal with a FROM that has commas in it

2023-03-18 Thread Paul Smith
On Sat, 2023-03-18 at 16:41 +0800, Dan Jacobson wrote: > Or mention that there is no way to deal with it. https://www.gnu.org/software/make/manual/html_node/Syntax-of-Functions.html Cheers!

Re: subst: Mention how to deal with a FROM that has commas in it

2023-03-18 Thread Gisle Vanem
Dan Jacobson wrote: (info "(make) Text Functions") says '$(subst FROM,TO,TEXT)' Performs a textual replacement on the text TEXT: each occurrence of FROM is replaced by TO. The result is substituted for the function call. For example, $(subst ee,EE,feet on the str

subst: Mention how to deal with a FROM that has commas in it

2023-03-18 Thread Dan Jacobson
(info "(make) Text Functions") says '$(subst FROM,TO,TEXT)' Performs a textual replacement on the text TEXT: each occurrence of FROM is replaced by TO. The result is substituted for the function call. For example, $(subst ee,EE,feet on the street) produces the val