On Sun, Jun 8, 2025 at 12:35 AM wrote:
> I am a happy user of make (various implementations) for 25 years. Today I
> learned that "multiple target rules" don't do what I thought they do.
> While dealing with this, I think I've found a bug, either in code or in
> documentation. Plus I have a relate
On Sun, 2025-06-08 at 13:04 +0200, Thierry Mould via Bug reports and
discussion for GNU make wrote:
> I install make on my home directory. No fatal error.
> Now I ‘ll try to use make (correctly).
You are using a MacOS system. MacOS uses a case-insensitive
filesystem, and you've mismatched the cas
HelloInstallation of « make » failed.I run « ./configure && make && make install » then « make check ».Here is the report.*** Testing FAILED! Details: makeerror-4.4-x86_64-apple-darwin24.5.0-e1ma.tar.gz*** Please report to make[2]: *** [check-regression] Error 1make[1]: *** [check-am] Error 2make:
Dear make maintainer,
I am a happy user of make (various implementations) for 25 years. Today I
learned that "multiple target rules" don't do what I thought they do.
While dealing with this, I think I've found a bug, either in code or in
documentation. Plus I have a related suggestion for the d