krb5 commit: Document that DESTDIR must be an absolute path

Greg Hudson ghudson at mit.edu
Tue Aug 28 14:22:42 EDT 2018


https://github.com/krb5/krb5/commit/405dd1f1b56b39c2e7576df554a819ae5ab0076f
commit 405dd1f1b56b39c2e7576df554a819ae5ab0076f
Author: Greg Hudson <ghudson at mit.edu>
Date:   Tue Aug 28 12:11:35 2018 -0400

    Document that DESTDIR must be an absolute path
    
    ticket: 8731 (new)
    tags: pullup
    target_version: 1.16-next

 doc/build/doing_build.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/build/doing_build.rst b/doc/build/doing_build.rst
index 4605bfb..4da1998 100644
--- a/doc/build/doing_build.rst
+++ b/doc/build/doing_build.rst
@@ -81,7 +81,7 @@ use::
 
 This will install the binaries under *DESTDIR/PREFIX*, e.g., the user
 programs will install into *DESTDIR/PREFIX/bin*, the libraries into
-*DESTDIR/PREFIX/lib*, etc.
+*DESTDIR/PREFIX/lib*, etc.  *DESTDIR* must be an absolute path.
 
 Some implementations of make allow multiple commands to be run in
 parallel, for faster builds.  We test our Makefiles in parallel builds


More information about the cvs-krb5 mailing list