mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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:
parent
4836c389f6
commit
37eba21c97
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
# Can't build multi-core in here yet.
|
||||
.NOTPARALLEL:
|
||||
|
||||
CLEANFILES = init.c FEATURE
|
||||
|
||||
SUBDIRS = examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue