summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorJohn-Mark Gurney <jmg@FreeBSD.org>2020-11-04 23:26:15 +0000
committerJohn-Mark Gurney <jmg@FreeBSD.org>2020-11-04 23:26:15 +0000
commit8da6fc4d793edb5f62e91d46cc4e85027ff83e61 (patch)
tree4dbea28d497407a9ccbbee553a63c4aa77cac7ba /Makefile.inc1
parent331c21dd5ea7d72c69ec303fcbe6527489bc340c (diff)
downloadsrc-test-8da6fc4d793edb5f62e91d46cc4e85027ff83e61.tar.gz
src-test-8da6fc4d793edb5f62e91d46cc4e85027ff83e61.zip
fix the docs, this was always wrong... In some cases, DISTDIR is set
automatically by tools via /etc/make.conf, so remind people (me) where to find where it's set.. It would be nice for someone to document what DISTDIR is better than: where the file for a distribution gets installed
Notes
Notes: svn path=/head/; revision=367354
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7c9f266eba6cf..736f8678f018b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -25,7 +25,8 @@
# LOCAL_XTOOL_DIRS="list of dirs" to add additional dirs to the
# cross-tools target
# METALOG="path to metadata log" to write permission and ownership
-# when NO_ROOT is set. (default: ${DESTDIR}/METALOG)
+# when NO_ROOT is set. (default: ${DESTDIR}/${DISTDIR}/METALOG,
+# check /etc/make.conf for DISTDIR)
# TARGET="machine" to crossbuild world for a different machine type
# TARGET_ARCH= may be required when a TARGET supports multiple endians
# BUILDENV_SHELL= shell to launch for the buildenv target (def:${SHELL})