[bug #64818] patsubst shorthand documentation bug?
Follow-up Comment #3, bug #64818 (project make): I rephrase my doubt, according to what the documentation says, if I run the following code with the 'make test' command the variables 'FOO' and 'FOO2' should have the same value STR = HelloWorld FOO = $(STR:World=Earth) FOO2 = $(patsubst World,Ea
[bug #64818] patsubst shorthand documentation bug?
: None ___ Follow-up Comments: --- Date: Thu 26 Oct 2023 01:52:37 PM UTC By: Parminder Singh https://www.gnu.org/software/make/manual/make.html#index-patsubst-1 The manual states that $(var:pattern=repla