build/tools: we only support 12.1 now

This commit is contained in:
Franco Fichtner 2020-07-26 06:00:37 +02:00
parent 77085b4258
commit b3195a89c7
1 changed files with 1 additions and 5 deletions

View File

@ -59,11 +59,7 @@ ${ENV_FILTER} make -C${SRCDIR} -j${CPUS} native-xtools ${MAKE_ARGS} NO_CLEAN=yes
XTOOLS_DIR=$(make -C${SRCDIR} -f Makefile.inc1 -V OBJTREE ${MAKE_ARGS})/nxb-bin XTOOLS_DIR=$(make -C${SRCDIR} -f Makefile.inc1 -V OBJTREE ${MAKE_ARGS})/nxb-bin
if [ "${SRCREVISION}" = "12.1" ]; then ${ENV_FILTER} make -C${SRCDIR} -j${CPUS} native-xtools-install ${MAKE_ARGS} NO_CLEAN=yes DESTDIR=${XTOOLS_DIR}/..
# XXX as long as we support 11.2 we need this as a conditional and
# maybe later we want to directly install into a stage dir...
${ENV_FILTER} make -C${SRCDIR} -j${CPUS} native-xtools-install ${MAKE_ARGS} NO_CLEAN=yes DESTDIR=${XTOOLS_DIR}/..
fi
echo -n ">>> Generating xtools set... " echo -n ">>> Generating xtools set... "