From 159249667f560c92e836759df0ad79688c586df0 Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 21 Jan 2023 12:24:15 -0500 Subject: [PATCH] Temp disable targetclean --- openwrtbuilder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrtbuilder b/openwrtbuilder index 0c68ec7..5bf75e3 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -615,7 +615,7 @@ fromSource() { [[ -d "$GITSRCDIR/staging_dir/host/llvm-bpf/bin" ]] || mkdir -p "$GITSRCDIR/staging_dir/host/llvm-bpf/bin" ln -fs "$(which clang)" "$GITSRCDIR/staging_dir/host/llvm-bpf/bin/clang" - make targetclean + #make targetclean make "${make_opts[@]}" download && debug "${make_opts[*]} -j$(nproc) world" && make "${make_opts[@]}" -j"$(nproc)" world