Browse Source

[1501] Added warning about -j to BIND guide

Kean Johnston 11 years ago
parent
commit
cf3e0e1c48
1 changed files with 5 additions and 0 deletions
  1. 5 0
      doc/guide/bind10-guide.xml

+ 5 - 0
doc/guide/bind10-guide.xml

@@ -836,6 +836,11 @@ as a dependency earlier -->
           and documentation, run:
           and documentation, run:
           <screen>$ <userinput>make install</userinput></screen>
           <screen>$ <userinput>make install</userinput></screen>
         </para>
         </para>
+        <para>
+          Please note that you should not use any form of parallel or job
+          server options (such as GNU make's -j option) when performing
+          this step. Doing so is guaranteed to cause errors.
+        </para>
         <note>
         <note>
           <para>The install step may require superuser privileges.</para>
           <para>The install step may require superuser privileges.</para>
         </note>
         </note>