Re: seg fault with EXTRA_PREREQS
Dmitry Goncharov <[email protected]>
| Newsgroups | gmane.comp.gnu.make.bugs |
|---|---|
| Message-ID | <CAG+Z0CvhHsONL6F91YqQu7R14BmghRA=j7pmXO82XZDRef=SZQ@mail.gmail.com> |
On Tue, Apr 22, 2025 at 8:54 PM Shim Manning <[email protected]> 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