From: Greg Hudson Date: Tue, 28 Aug 2018 16:11:35 +0000 (-0400) Subject: Document that DESTDIR must be an absolute path X-Git-Tag: krb5-1.17-beta1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=405dd1f1b56b39c2e7576df554a819ae5ab0076f;p=thirdparty%2Fkrb5.git Document that DESTDIR must be an absolute path ticket: 8731 (new) tags: pullup target_version: 1.16-next --- diff --git a/doc/build/doing_build.rst b/doc/build/doing_build.rst index 4605bfb050..4da1998369 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