about summary refs log tree commit diff
path: root/Config
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-11 21:31:26 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-11 21:31:26 +0000
commit469921ba16eae89eb7ecfb1ea8fcdd34c1b0a642 (patch)
treed5ec4d6018c4ee1492f45ceba7d1b9bc2d75c30b /Config
parent02ea8ff2a4f8d592ef57493188c2648b7b8c5772 (diff)
downloadzsh-469921ba16eae89eb7ecfb1ea8fcdd34c1b0a642.tar.gz
zsh-469921ba16eae89eb7ecfb1ea8fcdd34c1b0a642.tar.xz
zsh-469921ba16eae89eb7ecfb1ea8fcdd34c1b0a642.zip
Merge of 2310{7,9}: suppress parallel makes.
Diffstat (limited to 'Config')
-rw-r--r--Config/defs.mk.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in
index a3af5aad9..4a055c61e 100644
--- a/Config/defs.mk.in
+++ b/Config/defs.mk.in
@@ -96,3 +96,9 @@ FUNCTIONS_INSTALL='$(FUNCTIONS_INSTALL)' tzsh='$(tzsh)'
 
 # override built-in suffix list
 .SUFFIXES:
+
+# parallel build is not supported (pmake, gmake)
+.NOTPARALLEL:
+
+# parallel build is not supported (dmake)
+.NO_PARALLEL: