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
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