mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
tree.sh: rename xtree to xgcctree, for clarity
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+3
-3
@@ -27,7 +27,7 @@ fetch_targets()
|
||||
|
||||
fetch_project()
|
||||
{
|
||||
xtree=""
|
||||
xgcctree=""
|
||||
|
||||
. "config/git/$project/pkg.cfg" || \
|
||||
err "Can't read config 'config/git/$project/pkg.cfg'" \
|
||||
@@ -38,8 +38,8 @@ fetch_project()
|
||||
"fetch_project" "$@"
|
||||
fi
|
||||
|
||||
if [ -n "$xtree" ]; then
|
||||
x_ ./mk -f coreboot "$xtree"
|
||||
if [ -n "$xgcctree" ]; then
|
||||
x_ ./mk -f coreboot "$xgcctree"
|
||||
fi
|
||||
if [ -n "$depend" ]; then
|
||||
for d in $depend ; do
|
||||
|
||||
Reference in New Issue
Block a user