summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-15 18:06:14 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-15 18:06:14 +0100
commit04be963383d26851e20a0eaf75cfd2e2c9fb3bed (patch)
treebe48a3124ab34ac2b2ff35b9abfe3df5ce66a4a5
parent5043b6dc97dbc0ddd819e6ced950565ac7b78ab7 (diff)
mk: remove unnecessary check
on dry builds, if_not_make_clean will also be empty Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xmk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk b/mk
index 585fbbde..16304538 100755
--- a/mk
+++ b/mk
@@ -572,8 +572,6 @@ run_make_command()
$if_not_make_clean \
return 0
- $if_dry_build \
- return 0
make -C "$srcdir" $cleanargs distclean || \
x_ make -C "$srcdir" $cleanargs clean; :