Adjust "make check" constraints in rst docs
authorGreg Hudson <ghudson@mit.edu>
Tue, 15 Nov 2011 17:31:09 +0000 (17:31 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 15 Nov 2011 17:31:09 +0000 (17:31 +0000)
Recopy the text from the texinfo build docs into the rst version,
describing --disable-rpath and avoiding an erroneous reference to make
fake-install.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25476 dc483132-0cff-0310-8789-dd5450dbe970

doc/rst_source/krb_build/doing_build.rst

index ee795968ab1c46a571d90d6a1639c6b84fbdf56c..b54fb8caba83ccf4ef6172ece436c1cc4306937d 100644 (file)
@@ -120,9 +120,14 @@ However, there are several prerequisites that must be satisfied first:
 
     * Configure and build Kerberos with Tcl support. Tcl is used to drive the test suite. 
       This often means passing *--with-tcl* to configure to tell it the location of the Tcl configuration script. (See :ref:`options2configure`.)
-    * You have to run *make install* before running *make check*, or the test suite will often pick up the installed version of Kerberos 
-      rather than the newly built one. You can install into a prefix that isn't in the system library search path, though. 
-      Alternatively, you can run *make fake-install* ( need more info).
+    * On some operating systems, you have to run *make install* before
+      running *make check*, or the test suite will pick up installed
+      versions of Kerberos libraries rather than the newly built ones.
+      You can install into a prefix that isn't in the system library
+      search path, though. Alternatively, you can configure with
+      *--disable-rpath*, which renders the build tree less suitable
+      for installation, but allows testing without interference from
+      previously installed libraries.
     * In order to test the RPC layer, the local system has to be running the *portmap* daemon and 
       it has to be listening to the regular network interface (not just localhost).