mk: tidy up run_make_command

yeah, this reverses the last change

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-09-15 19:03:39 +01:00
parent 4878cec84d
commit f7b9c9e410
+3 -5
View File
@@ -567,14 +567,12 @@ run_make_command()
$if_build \
x_ $mkhelper
$if_not_make_clean \
return 0
check_makefile "$srcdir" || \
return 0
make -C "$srcdir" $cleanargs distclean || \
x_ make -C "$srcdir" $cleanargs clean; :
$if_make_clean \
make -C "$srcdir" $cleanargs distclean || \
x_ make -C "$srcdir" $cleanargs clean; :
}
check_cmake()