bug-make
[Top][All Lists]
Advanced

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

Re: GNU make troubleshooting


From: Dmitry Goncharov
Subject: Re: GNU make troubleshooting
Date: Sun, 16 Jul 2023 10:17:06 -0400

Como estas, Alex?

On Sun, Jul 16, 2023 at 9:59 AM Alejandro Colomar <alx@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



reply via email to

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