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:
parent
02ea8ff2a4
commit
469921ba16
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue