bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Fix bug in recipe line count overflow checking


From: Paul Smith
Subject: Re: [PATCH] Fix bug in recipe line count overflow checking
Date: Tue, 18 Oct 2022 16:28:02 -0400
User-agent: Evolution 3.46.0 (by Flathub.org))

On Sun, 2022-10-09 at 17:17 -0700, Paul Eggert wrote:
> Without this patch, the shell command:
> awk 'BEGIN {
>        print "x:"
>        for (i = 0; i < 65536; i++)
>          printf "\techo %d\n", i}
>     ' | make -f -
> incorrectly outputs only "make: 'x' is up to date."

I applied a different but hopefully equivalent fix for this.
Thanks for noticing it!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]