mk: simplify handling of trees()

Signed-off-by: Leah Rowe <leah@libreboot.org>
25.04_branch
Leah Rowe 2025-04-23 03:49:22 +01:00
parent 46e6169495
commit 6bd6f14a19
1 changed files with 3 additions and 4 deletions

3
mk
View File

@ -488,7 +488,6 @@ copy_elf()
x_ make clean -C "$srcdir" $cleanargs
}
if trees "$@"; then
trees "$@" || exit 0
. "$mkhelpercfg"
$cmd
fi