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!
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
(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