mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 09:49:59 -04:00
4641. [cleanup] Parallel builds (make -j) could fail with --with-atf /
--enable-developer. [RT #45373]
(cherry picked from commit 1be7580be7)
This commit is contained in:
parent
282980e448
commit
9d3acdac8b
2 changed files with 6 additions and 0 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
4641. [cleanup] Parallel builds (make -j) could fail with --with-atf /
|
||||
--enable-developer. [RT #45373]
|
||||
|
||||
4640. [bug] If query_findversion failed in query_getdb due to
|
||||
memory failure the error status was incorrectly
|
||||
discarded. [RT #45331]
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@ srcdir = @srcdir@
|
|||
VPATH = @srcdir@
|
||||
top_srcdir = @top_srcdir@
|
||||
|
||||
# Attempt to disable parallel processing.
|
||||
.NOTPARALLEL:
|
||||
.NO_PARALLEL:
|
||||
SUBDIRS = @ATFBUILD@
|
||||
TARGETS = atf
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue