Como estas, Alex? On Sun, Jul 16, 2023 at 9:59 AM Alejandro Colomar <a...@kernel.org> wrote: > I applied the following patch
> <https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/commit/?id=c98d237c22e9e898ae7d05e2222e7eac47791bd3> Glad you liked it. Rather than `find -type f...` (which is painfully slow) why don't you do something like mk:=$(wildcard $(MAKEFILEDIR)/*.mk) ? regards, Dmitry