Save XT Toolchain version
This commit is contained in:
parent
bc85522143
commit
aae661d396
7
build.sh
7
build.sh
@ -448,3 +448,10 @@ mkdir -p ${SRCDIR}
|
||||
|
||||
# Build XTChain tools
|
||||
#xtchain_build
|
||||
|
||||
# Save XT Toolchain version
|
||||
cd ${WRKDIR}
|
||||
: ${XTCVER:=$(git describe --exact-match --tags 2>/dev/null)}
|
||||
: ${XTCVER:=DEVEL}
|
||||
[ ${BUILD_MINIMAL} -eq 1 ] && XTCVER="${XTCVER}-min"
|
||||
echo "${XTCVER}" > ${BINDIR}/Version
|
||||
|
Loading…
x
Reference in New Issue
Block a user