mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 23:08:49 +02:00
build/boot/roms: fail when build cbutils fails
This commit is contained in:
@@ -212,7 +212,7 @@ fi
|
|||||||
export PATH="$(pwd)/${cbdir}/util/crossgcc/xgcc/bin:$PATH"
|
export PATH="$(pwd)/${cbdir}/util/crossgcc/xgcc/bin:$PATH"
|
||||||
|
|
||||||
if [ ! -f "${cbfstool}" ]; then
|
if [ ! -f "${cbfstool}" ]; then
|
||||||
./build module cbutils ${cbtree}
|
./build module cbutils ${cbtree} || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f "${seavgabiosrom}" ] \
|
if [ ! -f "${seavgabiosrom}" ] \
|
||||||
@@ -346,7 +346,7 @@ mkCoreboot() {
|
|||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
cp "${cbcfgpath}" "${cbdir}"/.config
|
cp "${cbcfgpath}" "${cbdir}"/.config
|
||||||
./build module cbutils ${cbdir#coreboot/}
|
./build module cbutils ${cbdir#coreboot/} || exit 1
|
||||||
(
|
(
|
||||||
cd "${cbdir}"
|
cd "${cbdir}"
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|||||||
Reference in New Issue
Block a user