Attention is currently required from: Martin Roth, Patrick Georgi.
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/79523?usp=email )
Change subject: libpayload: Remove shell for loops in install Makefile target ......................................................................
Patch Set 2: Code-Review+2
(2 comments)
File payloads/libpayload/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/79523/comment/32c14977_3d51e02a : PS2, Line 130: find include -type f -exec install -m644 {} $(DESTDIR)/libpayload/{} ; I think we could combine both lines with `install -D`, which creates the required directories.
https://review.coreboot.org/c/coreboot/+/79523/comment/48af064e_c09ea32b : PS2, Line 131: cd $(coreboottop)/src/commonlib/bsd && find include -type d -exec install -m755 -d $(DESTDIR)/libpayload/{} ; : c same here