mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-19 21:20:31 +02:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user