Attention is currently required from: Patrick Georgi.
Paul Menzel 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 4:
(1 comment)
Patchset:
PS4:
Hmmm, using `{}` as part of an argument (not just `{}` alone) isn't portable. Maybe […]
Thank you for your answer. `{}` is not there:
``` CC build/main/filo.o <command-line>: fatal error: /dev/shm/coreboot/payloads/external/FILO/filo/build/libpayload/bin/../include/commonlib/bsd/compiler.h: No such file or directory compilation terminated. make[2]: *** [Makefile.standalone:35: /dev/shm/coreboot/payloads/external/FILO/filo/build/main/filo.o] Error 1 make[1]: *** [Makefile:47: filo] Error 2 CC ramstage/lib/lzmadecode.o make: *** [payloads/external/Makefile.inc:250: filo] Fehler 2 make: *** Es wird auf noch nicht beendete Prozesse gewartet.... $ LANG= ls payloads/external/FILO/filo/build/libpayload/ bin include lib libpayload.config libpayload.xcompile vboot ```
There is no directory `commonlib`:
$ LANG= ls -l /dev/shm/coreboot/payloads/external/FILO/filo/build/libpayload/include/commonlib ls: cannot access '/dev/shm/coreboot/payloads/external/FILO/filo/build/libpayload/include/commonlib': No such file or directory