From f7b9c9e410e48cdeaf2abf821f42496eab322f11 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 15 Sep 2026 19:03:39 +0100 Subject: [PATCH] mk: tidy up run_make_command yeah, this reverses the last change Signed-off-by: Leah Rowe --- mk | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/mk b/mk index 40612370..602c91c1 100755 --- a/mk +++ b/mk @@ -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()