aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-11-13 15:13:51 +0000
committerEd Maste <emaste@FreeBSD.org>2024-11-16 15:01:41 +0000
commit3c113ee25c20bdfc66d310e17451d17f4c1ddb92 (patch)
treedc5db3053ce09443f0035df72f2812222911a378 /share
parentdcf34d8a828aa2a369a2b738192180b8402ca319 (diff)
build: Note paths that must be absolute
PR: 282711 PR: 282737 Sponsored by: The FreeBSD Foundation (cherry picked from commit 75af1320f4b57fb568ec4f6df6171a0343953f4f) (cherry picked from commit 02dc158215a69c6439e5a0809e5f9c79e62c5fd1) (cherry picked from commit 54efa38e255184f7f7862294666b017acb093a08)
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/build.77
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7
index 05a82bafbc7e..c6b2f6fd6804 100644
--- a/share/man/man7/build.7
+++ b/share/man/man7/build.7
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd August 10, 2021
+.Dd November 13, 2024
.Dt BUILD 7
.Os
.Sh NAME
@@ -480,6 +480,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
@@ -492,6 +495,8 @@ and not via
or
.Pa /etc/src.conf
or the command line.
+.Va MAKEOBJDIRPREFIX
+must specify an absolute path.
.It Va WITHOUT_WERROR
If defined, compiler warnings will not cause the build to halt,
even if the makefile says otherwise.