mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 09:32:27 +02:00
trees: write -C on the make command first not last
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ run_make_command()
|
|||||||
[ "$project" = "coreboot" ] && [ -z "$mode" ] && x_ \
|
[ "$project" = "coreboot" ] && [ -z "$mode" ] && x_ \
|
||||||
printf "%s\n" "${version%%-*}" > "$codedir/.coreboot-version"
|
printf "%s\n" "${version%%-*}" > "$codedir/.coreboot-version"
|
||||||
|
|
||||||
make $mode -j$threads $makeargs -C "$codedir" || \
|
make -C "$codedir" $mode -j$threads $makeargs || \
|
||||||
$err "run_make $codedir: !make $mode"
|
$err "run_make $codedir: !make $mode"
|
||||||
|
|
||||||
[ "$mode" != "clean" ] && return 0
|
[ "$mode" != "clean" ] && return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user