diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-15 18:06:14 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-15 18:06:14 +0100 |
| commit | 04be963383d26851e20a0eaf75cfd2e2c9fb3bed (patch) | |
| tree | be48a3124ab34ac2b2ff35b9abfe3df5ce66a4a5 | |
| parent | 5043b6dc97dbc0ddd819e6ced950565ac7b78ab7 (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-x | mk | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; : |
