Re: multi-target with -j2

2025-06-08 Thread Philip Guenther
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

Re: Make installation

2025-06-08 Thread Paul Smith
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

Make installation

2025-06-08 Thread Thierry Mould via Bug reports and discussion for GNU make
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:

multi-target with -j2

2025-06-08 Thread lmawk2
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