On Thu, 2018-09-06 at 08:05 +0000, Tiphaine Turpin wrote: > The static pattern solution looks very nice, thanks. It seems to work > fine in the real Makefile. And there is no visible performance > impact, as far as I can tell (I'm not sure about how efficiently > static pattern rules are implemented).
Static pattern rules are just another way of writing explicit rules. As such, they're more efficient than pattern rules (since they are applied directly when the target is needed, and no pattern matching or searching is necessary). _______________________________________________ Help-make mailing list Help-make@gnu.org https://lists.gnu.org/mailman/listinfo/help-make