order-only prerequisites themselves get rebuilt when not needed

2025-03-06 Thread Britton Kerin
In this example, I would not expect bar to be updated due to actual_source when foo is requested. The timestamp dependency chain should be broken between foo and bar and Make should be able to figure that out when handling an explicit request for foo. Is this a bug? $ cat Makefile foo: | bar

Re: [bug #66870] memory corruption

2025-03-06 Thread Paul Smith
On Wed, 2025-03-05 at 18:23 -0500, Dmitry Goncharov wrote: > There is a buffer overflow when shellflags contains characters > special to shell, like =. > See https://savannah.gnu.org/bugs/?65588. I got really fed up with the current command line parser and I have a fully-rewritten version that is