summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-14 17:35:19 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-14 17:35:19 +0100
commit2c94101884d76453ca81b14578df98ca85e29ead (patch)
treebc3ec5623b7bc9b6052134b7f474bbc587061318
parent08f93ec812f705fb475d180d7ee8b6811d7e7221 (diff)
mk: remove cleanargs from git-clean
totally worthless Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index 22f8bec2..0cdef27e 100755
--- a/mk
+++ b/mk
@@ -506,7 +506,7 @@ handle_makefile()
[ -e "$srcdir/.git" ] && [ "$project" = "u-boot" ] && \
[ "$mode" = "distclean" ] && \
$if_not_dry_build \
- x_ git -C "$srcdir" $cleanargs clean -fdx; :
+ x_ git -C "$srcdir" clean -fdx; :
}
run_make_command()