Testsuite is not parallel

master
David Allsopp 2020-02-26 10:08:56 +00:00
parent 43c84d2750
commit 2ddcdf10a8
3 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#* *
#**************************************************************************
.NOTPARALLEL:
BASEDIR := $(shell pwd)
NO_PRINT=`$(MAKE) empty --no-print-directory >/dev/null 2>&1 \
&& echo --no-print-directory`

View File

@ -13,6 +13,8 @@
#* *
#**************************************************************************
.NOTPARALLEL:
TOPDIR = ../..
COMPFLAGS ?=
RUNTIME_VARIANT ?=

View File

@ -12,6 +12,8 @@
#* *
#**************************************************************************
.NOTPARALLEL:
TOPDIR = ../..
COMPILERLIBSDIR = $(TOPDIR)/compilerlibs