pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/build mk/build: make the documentation for build-en...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/42f904b85032
branches:  trunk
changeset: 411990:42f904b85032
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Feb 25 05:30:14 2020 +0000

description:
mk/build: make the documentation for build-env more precise

diffstat:

 mk/build/build.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a5e6d33e7a8b -r 42f904b85032 mk/build/build.mk
--- a/mk/build/build.mk Tue Feb 25 04:54:35 2020 +0000
+++ b/mk/build/build.mk Tue Feb 25 05:30:14 2020 +0000
@@ -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 @@
 #      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:
 #



Home | Main Index | Thread Index | Old Index