summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-02-25 05:30:14 +0000
committerrillig <rillig@pkgsrc.org>2020-02-25 05:30:14 +0000
commit23b5b1f5feaabc243a5b2d1c3de798057a345635 (patch)
treeed61479cfa01208dc6da4b3fdc03fac6808b17be
parent9a80e84c1c44810c9f6541b363ebabaf2319be63 (diff)
downloadpkgsrc-23b5b1f5feaabc243a5b2d1c3de798057a345635.tar.gz
mk/build: make the documentation for build-env more precise
-rw-r--r--mk/build/build.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/build/build.mk b/mk/build/build.mk
index 1eef6446406..69236da47e6 100644
--- a/mk/build/build.mk
+++ b/mk/build/build.mk
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.31 2020/02/18 16:10:37 maya Exp $
+# $NetBSD: build.mk,v 1.32 2020/02/25 05:30:14 rillig Exp $
#
# This file defines what happens in the build phase, excluding the
# self-test, which is defined in test.mk.
@@ -194,7 +194,8 @@ post-build:
# Starts an interactive shell in WRKSRC.
#
# This is only used during development and testing of a package
-# to work in the same environment as the actual build.
+# to work in the environment (MAKE_ENV) that is used by default
+# for building the packages.
#
# User-settable variables:
#