diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-14 17:35:19 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-14 17:35:19 +0100 |
| commit | 2c94101884d76453ca81b14578df98ca85e29ead (patch) | |
| tree | bc3ec5623b7bc9b6052134b7f474bbc587061318 | |
| parent | 08f93ec812f705fb475d180d7ee8b6811d7e7221 (diff) | |
mk: remove cleanargs from git-clean
totally worthless
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |
