From a0eb79dfd823665bc33171f6d82b0ef8794038c7 Mon Sep 17 00:00:00 2001
From: Leah Rowe <leah@libreboot.org>
Date: Sat, 8 Jun 2024 08:30:59 +0100
Subject: add crossgcc tarballs to config/submodules/

support redundant downloads, and enable inclusion of these
tarballs inside release archives, for offline builds.

Signed-off-by: Leah Rowe <leah@libreboot.org>
---
 script/trees | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'script/trees')

diff --git a/script/trees b/script/trees
index e413f610..dc8b7988 100755
--- a/script/trees
+++ b/script/trees
@@ -39,6 +39,8 @@ main()
 	cfgsdir="config/$project"
 	listfile="$datadir/build.list" # needed on multi, optional on single
 
+	remkdir "${tmpgit%/*}"
+
 	_cmd="build_projects"
 	singletree "$project" || _cmd="build_targets"
 	$_cmd $@
-- 
cgit v1.2.1