(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
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
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!
Hi
This is a proposed patch to enable UTF-8 support in GNU Make running on
Windows host.
Today, the make process on Windows is using the legacy system code page
because of the "A" functions called in the source code.This means that
any UTF-8 input to make on Windows will break.A few examp
> From: Costas Argyris
> Date: Sat, 18 Mar 2023 16:37:20 +
>
> This is a proposed patch to enable UTF-8 support in GNU Make running on
> Windows host.
Thanks.
> Today, the make process on Windows is using the legacy system code page
> because of the "A" functions
> called in the source co