1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-12-29 16:25:35 +01:00

Merge of 2310{7,9}: suppress parallel makes.

This commit is contained in:
Paul Ackersviller 2007-11-11 21:31:26 +00:00
parent 02ea8ff2a4
commit 469921ba16

View file

@ -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: