1
0
Fork 0

build/tools: we only support 12.1 now

Dieser Commit ist enthalten in:
Franco Fichtner 2020-07-26 06:00:37 +02:00
Ursprung 77085b4258
Commit b3195a89c7
1 geänderte Dateien mit 1 neuen und 5 gelöschten Zeilen

Datei anzeigen

@ -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
if [ "${SRCREVISION}" = "12.1" ]; then
# 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
${ENV_FILTER} make -C${SRCDIR} -j${CPUS} native-xtools-install ${MAKE_ARGS} NO_CLEAN=yes DESTDIR=${XTOOLS_DIR}/..
echo -n ">>> Generating xtools set... "