diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-25 20:58:04 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-25 20:58:04 +0100 |
commit | 9583a3919ca06cb67b2cdda34b1972a3051d0cb0 (patch) | |
tree | 0f5c93a3e2e32396bb0939d5743074fc65cb46e3 /include/tree.sh | |
parent | 383b9754fc65ed407ff57c8bc917ab839d37b0a7 (diff) | |
parent | 30bc3732c39cbb14faa8f7caf0c9206f6a401008 (diff) |
Merge branch 'master' into 25.06_branch
Diffstat (limited to 'include/tree.sh')
-rw-r--r-- | include/tree.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tree.sh b/include/tree.sh index 83887864..8aaadd57 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -279,8 +279,6 @@ handle_makefile() $dry x_ make -C "$srcdir" $cleanargs clean [ -f "$defconfig" ] && x_ cp "$defconfig" "$srcdir/.config" - [ -n "$mode" ] || [ -n "$btype" ] || $dry make -C \ - "$srcdir" silentoldconfig || make -C "$srcdir" oldconfig || : run_make_command || err "handle_makefile $srcdir: no makefile!" |