mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
build/roms: distclean coreboot before each build
don't clean it, distclean it Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -248,6 +248,7 @@ build_dependencies()
|
||||
|
||||
build_dependency_crossgcc()
|
||||
{
|
||||
make distclean -C "${cbdir}"
|
||||
if [ "${arch}" = "x86_32" ] || [ "${arch}" = "x86_64" ]; then
|
||||
if [ ! -d "${cbdir}/util/crossgcc/xgcc/i386-elf/" ]; then
|
||||
# Even for 64-bit machines, coreboot builds 32-bit ROM
|
||||
@@ -490,7 +491,7 @@ mkCoreboot()
|
||||
if [ -f "${cbfstool}" ]; then
|
||||
mv "${cbfstool}" "${cbdir}/cbfstool"
|
||||
fi
|
||||
make clean -BC "${cbdir}"
|
||||
make distclean -BC "${cbdir}"
|
||||
|
||||
if [ -f "${cbdir}/cbfstool" ]; then
|
||||
mv "${cbdir}/cbfstool" "${cbfstool}"
|
||||
|
||||
Reference in New Issue
Block a user