]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup: note that parallel makes don't work v9.1.1rc6
authorAndreas Gustafsson <source@isc.org>
Thu, 22 Mar 2001 00:06:47 +0000 (00:06 +0000)
committerAndreas Gustafsson <source@isc.org>
Thu, 22 Mar 2001 00:06:47 +0000 (00:06 +0000)
FAQ

diff --git a/FAQ b/FAQ
index dbcd999519de84d9ba80a17c890c6a02c83f2d9d..771bd4a9e1093c22490ec000cdb40c0291ffa703 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -134,3 +134,11 @@ is rejecting the TSIG.  Why?
 
 A: This may be a clock skew problem.  Check that the the clocks on
 the client and server are properly synchronized (e.g., using ntp).
+
+
+Q: I'm trying to compile BIND 9, and "make" is failing due to files not
+being found.  Why?
+
+A: Using a parallel or distributed "make" to build BIND 9 is not
+supported, and doesn't work.  If you are using one of these, use
+normal make or gmake instead.