On Sun, Jul 16, 2023 at 4:59 PM Alejandro Colomar <a...@kernel.org> wrote: > I'm still interested in globstar support, though. It would make that > line shorter and more robust. Maybe you could add an option > --glob=globstar or similar to enable support.
gmake does not keep its own impl of glob. It uses a copy from gnulib or links against one from glibc. Such a feature will require a gnulib or glibc maintainer to review. regards, Dmitry