mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
build/roms: add missing deletion of tmp file
the temporary rom per build was not being deleted after finishing the current target. this adds up in /tmp during large builds, when building for many targets. fix this! Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+2
-1
@@ -201,7 +201,8 @@ build_target_mainboard()
|
||||
[ "$displaymode" != "txtmode" ] && continue
|
||||
cbcfg="${targetdir}/config/${initmode}_${displaymode}"
|
||||
[ "${initmode}" = "normal" ] && cbcfg="${cbcfg%_*}"
|
||||
build_roms "${cbcfg}"
|
||||
build_roms "${cbcfg}"
|
||||
x_ rm -f "$cbrom"
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user