diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-20 18:33:16 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-20 18:33:16 +0100 |
| commit | 75d0d60a03eaf947a14a8e373b5319e301856c67 (patch) | |
| tree | 7fbb9393515eb85d1cbdaaa60fab7e551ef53f37 | |
| parent | 6747079a2a94d19be58387b0e29b83c8e33fecc0 (diff) | |
fully fix same-tree/target builds
this is where i put it before. it only needs
to be here.
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rwxr-xr-x | mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -297,6 +297,9 @@ mk_dependencies() handle_buildcfg() { + [ "$noconfig" != "y" ] && [ "$tree" = "$target" ] && \ + return 0 + [ ! -d "$srcdir" ] || for y in "$defscan"/* do buildcfg="$y" |
