<div dir="ltr"><div dir="ltr">On Fri, Mar 27, 2020 at 4:51 PM Jed Brown <<a href="mailto:jed@jedbrown.org">jed@jedbrown.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Lisandro Dalcin <<a href="mailto:dalcinl@gmail.com" target="_blank">dalcinl@gmail.com</a>> writes:<br>
<br>
> On Thu, 26 Mar 2020 at 00:48, Jed Brown <<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>> wrote:<br>
><br>
>> Scott, you can't pass '$(alltesttargets)' on the command line like this.<br>
>><br>
>>   TESTTARGETS := $(shell $(PYTHON) -c"import sys,fnmatch,itertools;<br>
>> m=[fnmatch.filter(sys.argv[2].split(),p) for p in sys.argv[1].split()];<br>
>> print(' '.join(list(itertools.chain.from_iterable(m))))" '$(globsearch)'<br>
>> '$(alltesttargets)')<br>
>><br>
>> For this feature, probably put them in an argsfile<br>
>><br>
>>   $(file >$(TESTDIR)/globsearch.args,$(alltesttargets))<br>
>><br>
>><br>
> IIRC, the $(file ...) function does not work with stock make in macOS.<br>
<br>
You're right; that is a make 4.0 feature.  But developers who need<br>
globsearch should have the ability to evade Apple's anti-GNU smear.<br>
</blockquote></div><br clear="all"><div>Do we really have to make things hard on Mac to use something I use every day hundreds of times?</div><div><br></div><div>   Matt</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div><div><br></div><div><a href="http://www.cse.buffalo.edu/~knepley/" target="_blank">https://www.cse.buffalo.edu/~knepley/</a><br></div></div></div></div></div></div></div></div>