From ce03786f697796626c3e32451c2f8c6fc1e3bc38 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 28 Jun 2024 14:18:01 +0100 Subject: 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 --- include/vendor.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'include/vendor.sh') 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 -- cgit v1.2.1