On Fri, 2021-03-19 at 15:53 +0000, Troy Runkel wrote: > GNU make 4.3 added the grouped explicit targets feature. Are there > any plans to support combining group targets with static pattern > rules?
I don't understand what that would mean. The goal of a static pattern rule is defining multiple individual explicit rules, without having to write them all out (and without using a more complicated eval solution). The goal of a grouped target is to create a single rule that builds all the targets in one invocation. What would a "static pattern grouped target" do?