Attention is currently required from: Jakub Czapiga. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59980
to look at the new patch set (#3).
Change subject: libpayload: Remove shell for loops in install Makefile target ......................................................................
libpayload: Remove shell for loops in install Makefile target
They always require special care so that line breaks and variable names are escaped properly. One loop can be removed entirely because install accepts multiple files to install in a target directory, the other loops were filled by find which can just call the commands on its own.
Change-Id: I9f9dddfe3f3ceceb6a0510d6dd862351e4b10210 Signed-off-by: Patrick Georgi patrick@coreboot.org --- M payloads/libpayload/Makefile.inc 1 file changed, 5 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/80/59980/3