dtksh: disable parallel builds

This module will crash on multicore builds, so disable that for dtksh
until we can investigate and fix, if possible.
This commit is contained in:
Jon Trulson 2021-01-31 13:43:28 -07:00
parent 4836c389f6
commit 37eba21c97
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
MAINTAINERCLEANFILES = Makefile.in
# Can't build multi-core in here yet.
.NOTPARALLEL:
CLEANFILES = init.c FEATURE
SUBDIRS = examples