BIND 10 master, updated. 714ade4bb1e81b5b0dec1a3ef3de556f5fa6f6e3 [1501] Merge branch 'trac1501'
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Dec 8 09:37:41 UTC 2013
The branch, master has been updated
via 714ade4bb1e81b5b0dec1a3ef3de556f5fa6f6e3 (commit)
via c4af356c438e33f0edcefcb305eb82d11326860d (commit)
via cf3e0e1c486079543ad11af9a3ec48f0a70b4b57 (commit)
via d186a7f908e4796311fbfb97fc5e534b2bdb681d (commit)
from 4895dc78cc15d7b89ab782d7e74ef2ab90255da3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 714ade4bb1e81b5b0dec1a3ef3de556f5fa6f6e3
Merge: 4895dc7 c4af356
Author: Kean Johnston <kean at isc.org>
Date: Sun Dec 8 11:37:11 2013 +0200
[1501] Merge branch 'trac1501'
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++++
doc/guide/bind10-guide.xml | 5 +++++
2 files changed, 9 insertions(+)
-----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index b9007b0..3f2b3fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1709,4 +1709,8 @@ cat <<EOF
run "make check", you must run "make" first as some files need to be
generated by "make" before "make check" can be run.
+ When running "make install" do not use any form of parallel or job
+ server options (such as GNU make's -j option). Doing so may cause
+ errors.
+
EOF
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 6d52f42..16fffa8 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -836,6 +836,11 @@ as a dependency earlier -->
and documentation, run:
<screen>$ <userinput>make install</userinput></screen>
</para>
+ <para>
+ Please don't use any form of parallel or job server options
+ (such as GNU make's <command>-j</command> option) when
+ performing this step. Doing so may cause errors.
+ </para>
<note>
<para>The install step may require superuser privileges.</para>
</note>
More information about the bind10-changes
mailing list