Attention is currently required from: Thomas Heijligen. Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/58623 )
Change subject: Makefile: Make pkg-config mandatory to find libftdi1 ......................................................................
Patch Set 9: Code-Review+2
(1 comment)
File Makefile.include:
https://review.coreboot.org/c/flashrom/+/58623/comment/575e4981_83a81da5 PS5, Line 40: 2>/dev/null
I've replaced $(shell ...) by $(call debug_shell, ...) to get this upstream. But I'm not a fan of this.
Thank you, I was about to propose this. I also hope it won't stay long. Once we do everything in a recipe, I guess, we won't have to hide stderr anymore. Because then the output of any probing command can be synchronized with our reporting of tested features.