From 405dd1f1b56b39c2e7576df554a819ae5ab0076f Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Tue, 28 Aug 2018 12:11:35 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2