On Tue, Apr 22, 2025 at 8:54 PM Shim Manning <shimmann...@gmail.com> wrote:
>
> Minimal test.  Generates a list of 1000 prerequisites.
>
> list := $(shell for n in $$(seq 1 1000); do echo file_$$n; done)
> all: .EXTRA_PREREQS := $(list)
> all:
> echo "fin"
>
> And tes making a copy of the table appears to fix it

Thank you.
i opened https://savannah.gnu.org/bugs/index.php?67046 and attached a fix.

regards, Dmitry

Reply via email to