mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
23107, 23109: suppress parallel makes.
This commit is contained in:
parent
6dbc34b0d4
commit
7f6ea229a8
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-01-15 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 23107, 23109: Config/defs.mk.in: suppress parallel makes.
|
||||
|
||||
2007-01-14 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 23104: Src/exec.c, Src/zsh.h: fix line numbering in
|
||||
|
@ -407,7 +411,7 @@
|
|||
* unposted: Doc/Zsh/metafaq.yo, Etc/FAQ.yo: archive.progeny.com
|
||||
mirror site is being decommissioned. Remove from lists
|
||||
|
||||
2006-10-15 Barton E. Schaefer <schaefer@brasslantern.com>
|
||||
2006-10-15 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted: Functions/Misc/colors: add several comments about
|
||||
other ANSI terminal attributes, cribbed from ECMA-48.
|
||||
|
|
|
@ -98,3 +98,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