bug-make
[Top][All Lists]
Advanced

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

Re: Implement make --all-targets-matching-regexp


From: Pete Dietl
Subject: Re: Implement make --all-targets-matching-regexp
Date: Fri, 2 Apr 2021 07:52:03 -0700

Yes but the Perl option is not good enough when there are dynamically generated targets or when there are includes.

On Fri, Apr 2, 2021 at 6:01 AM 積丹尼 Dan Jacobson <jidanni@jidanni.org> wrote:
>>>>> "PD" == Pete Dietl <petedietl@gmail.com> writes:
PD> Perhaps a better option would be to make an option to list all
PD> targets.

That would just be e.g.,
perl -nwle 'print for /^\w+:/g;'

PD> Then one can grep to select ones in any which way.

Well OK, I guess all this won't be needing make to add such features then.

reply via email to

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