Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2024 15:48:51 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 02dc158215a6 - main - build: note that DESTDIR must be an absolute path
Message-ID:  <202411141548.4AEFmpUs000068@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=02dc158215a69c6439e5a0809e5f9c79e62c5fd1

commit 02dc158215a69c6439e5a0809e5f9c79e62c5fd1
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-11-14 15:47:08 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-11-14 15:48:26 +0000

    build: note that DESTDIR must be an absolute path
    
    PR:             282737
    Sponsored by:   The FreeBSD Foundation
---
 share/man/man7/build.7 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index ca0d72e89c67..32c33aa3d730 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -500,6 +500,9 @@ The directory hierarchy prefix where built objects will be installed.
 If not set,
 .Va DESTDIR
 defaults to the empty string.
+If set,
+.Va DESTDIR
+must specify an absolute path.
 .It Va MAKEOBJDIRPREFIX
 Defines the prefix for directory names in the tree of built objects.
 Defaults to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411141548.4AEFmpUs000068>