Attention is currently required from: Felix Singer, Martin Roth.
Patrick Georgi 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 3:
(2 comments)
Commit Message:
https://review.coreboot.org/c/coreboot/+/79523/comment/35ea20d1_f8d8c86d : PS2, Line 10: and
are
Done
File payloads/libpayload/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/79523/comment/401f43b7_666acc54 : 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.
I think this wasn't done because -D is a GNU extension. Not sure if anybody still cares, though...