From 37eba21c97f8cdb8fd1f765d0dd37d730d7b4be0 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sun, 31 Jan 2021 13:43:28 -0700 Subject: [PATCH] dtksh: disable parallel builds This module will crash on multicore builds, so disable that for dtksh until we can investigate and fix, if possible. --- cde/programs/dtksh/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cde/programs/dtksh/Makefile.am b/cde/programs/dtksh/Makefile.am index 9a52eea70..7cc303ae3 100644 --- a/cde/programs/dtksh/Makefile.am +++ b/cde/programs/dtksh/Makefile.am @@ -1,5 +1,8 @@ MAINTAINERCLEANFILES = Makefile.in +# Can't build multi-core in here yet. +.NOTPARALLEL: + CLEANFILES = init.c FEATURE SUBDIRS = examples