From 8823d7005274f3f6f376894384b94569a9ae4c60 Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 26 Jan 2023 23:32:34 -0500 Subject: [PATCH] More work on --source --- openwrtbuilder | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index 04bf5ba..4bb0dd4 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -662,8 +662,8 @@ 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" - debug "${make_opts[*]} -j$(nproc) download image" - make "${make_opts[@]}" -j"$(nproc)" download image + debug "${make_opts[*]} -j$(nproc) download world" + make "${make_opts[@]}" -j"$(nproc)" download world popd &>/dev/null || return 1 exit # TODO exit here for fromSource() testing