Hi,

>> 2. How to set a variable for all targets matching <dirs>/prefix_<stem>?
>
> dirs/prefix_%: hello=world

Here I wanted to match the dirs/ prefix dynamically, as part of the
stem.
The issue that bit me more thant once is that pattern matching is not
the same for finding a recipe and for setting a variable. But in this
case I've switched to %_suffix rules and this does the job.


Thanks for your time!
Daniel
--

Reply via email to