move XBMKPATH to include/lib.sh

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-04-11 19:22:23 +01:00
parent 0764c969a2
commit 1022abf699
2 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -9,8 +9,6 @@ set -u -e
. "include/lib.sh"
. "include/git.sh"
XBMKPATH="$PATH"
eval "`setvars "" xarch srcdir premake gnatdir xlang mode makeargs elfdir cmd \
project target target_dir targets xtree _f release bootstrapargs mkhelper \
autoconfargs listfile autogenargs btype tree rev tree_depend build_depend \
@@ -111,7 +109,7 @@ build_targets()
for x in $targets; do
unset CROSS_COMPILE
export PATH="$XBMKPATH"
export PATH="$xbmkpath"
[ "$x" = "list" ] && x_ ls -1 "config/$project" && \
listfile="" && break
target="$x"