summaryrefslogtreecommitdiff
path: root/include/vendor.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-28 14:18:01 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-28 14:18:01 +0100
commitce03786f697796626c3e32451c2f8c6fc1e3bc38 (patch)
tree8bef0a2a4fc8dc54b6d136448c74c82eed54f7a3 /include/vendor.sh
parente01b5c9744b1d944962d932b13f3dbe307e56cd3 (diff)
vendor.sh: remove unnecessary command
we don't need to download the entire coreboot tree here, because the next command after it builds utils from that tree, using the trees script which would then go and download that tree anyway; this is part of the design. if a given elf binary exists, it won't be re-built, but the missing sources will still be downloaded automatically. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/vendor.sh')
-rwxr-xr-xinclude/vendor.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index 8607a977..947a0f13 100755
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -301,7 +301,6 @@ build_dependencies_inject()
cbdir="src/coreboot/$tree"
cbfstool="elf/cbfstool/$tree/cbfstool"
ifdtool="elf/ifdtool/$tree/ifdtool"
- x_ ./update trees -f coreboot $tree
x_ ./update trees -b coreboot utils $tree
[ -z "$new_mac" ] || [ -f "$nvmutil" ] || x_ make -C util/nvmutil
[ "$nukemode" = "nuke" ] || x_ ./vendor download $board; return 0