summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-08 08:30:59 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-09 06:55:25 +0100
commita0eb79dfd823665bc33171f6d82b0ef8794038c7 (patch)
tree95779b4d4c62bcc68f728ecec32721ec43e7b52b /script
parentb0d1ad32fa87e9042e2e7f86469e746f451daafb (diff)
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>
Diffstat (limited to 'script')
-rwxr-xr-xscript/trees2
1 files changed, 2 insertions, 0 deletions
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 $@