mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-09-20 05:30:25 +02:00
mk: remove unnecessary check
on dry builds, if_not_make_clean will also be empty Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -572,8 +572,6 @@ run_make_command()
|
|||||||
|
|
||||||
$if_not_make_clean \
|
$if_not_make_clean \
|
||||||
return 0
|
return 0
|
||||||
$if_dry_build \
|
|
||||||
return 0
|
|
||||||
|
|
||||||
make -C "$srcdir" $cleanargs distclean || \
|
make -C "$srcdir" $cleanargs distclean || \
|
||||||
x_ make -C "$srcdir" $cleanargs clean; :
|
x_ make -C "$srcdir" $cleanargs clean; :
|
||||||
|
|||||||
Reference in New Issue
Block a user