if function combined with filter or findstring with eval

2016-10-20 Thread Scott Kruger
I am trying to construct a simple list of variables whose values match certain patterns. It seems straightforward, but I can't get the righ t The makefile is: -- RUNTESTS=runex1 runex2 runex3 RUNTESTS_ARGS=$(foreach runtest, $(RUNTESTS), $(runtest)_ARGS) ifdef argsearch FOO:=$(forea

Re: if function combined with filter or findstring with eval

2016-10-20 Thread Scott Kruger
find this useful. Scott On 10/20/16 3:39 PM, Philip Guenther wrote: On Thu, Oct 20, 2016 at 2:22 PM, Scott Kruger wrote: I am trying to construct a simple list of variables whose values match certain patterns. It seems straightforward, but I can't get the righ t The makefi