cbmk/script
Leah Rowe a93f519799 roms: rename x variable to it in for loop
there are two for loops that use x as a variable anme,
and an idiosyncrasy of certain sh implementations is
that these become global;

the result in this case was that when you finish building
every target in "./build roms", it would print "libgfxinit"
repeatedly, comma separated, instead of a comma-separated
list of the targets that were built.

work around it by renaming the variable in one of the loops.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2024-06-17 15:07:56 +01:00
..
roms roms: rename x variable to it in for loop 2024-06-17 15:07:56 +01:00
trees unify coreboot elfdir (DO_NOT_FLASH) 2024-06-16 17:58:50 +01:00