Surprising pattern matching and .EXTRA_PREREQS behaviours

2023-11-20 Thread Daniel Gerber
and deriving various parameters from prefix dirs and suffix id. I guess I'll have to rewrite it as /_rule_type or use global variables, and make parent dirs explicitly. Thanks for your comments, Daniel Gerber

Re: Surprising pattern matching and .EXTRA_PREREQS behaviours

2023-12-10 Thread Daniel Gerber
Hi, >> 2. How to set a variable for all targets matching /prefix_? > > 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 variabl