mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
mk: skip build if makefile check fails
this was the previous behaviour, and prevents single-tree builds from proceeding with use of copy_elf otherwise you get a bunch of build errors Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -554,8 +554,9 @@ run_make_command()
|
|||||||
$if_build \
|
$if_build \
|
||||||
check_autoconf "$srcdir"
|
check_autoconf "$srcdir"
|
||||||
|
|
||||||
check_makefile "$srcdir" && \
|
check_makefile "$srcdir" || return 1
|
||||||
x_ make -C "$srcdir" $mode -j$XBMK_THREADS $makeargs
|
|
||||||
|
x_ make -C "$srcdir" $mode -j$XBMK_THREADS $makeargs
|
||||||
|
|
||||||
) || err "run_make_file" "$@"
|
) || err "run_make_file" "$@"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user