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:
@@ -1,5 +1,8 @@
|
|||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
|
|
||||||
|
# Can't build multi-core in here yet.
|
||||||
|
.NOTPARALLEL:
|
||||||
|
|
||||||
CLEANFILES = init.c FEATURE
|
CLEANFILES = init.c FEATURE
|
||||||
|
|
||||||
SUBDIRS = examples
|
SUBDIRS = examples
|
||||||
|
|||||||
Reference in New Issue
Block a user