pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/build



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Feb 25 05:30:15 UTC 2020

Modified Files:
        pkgsrc/mk/build: build.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/mk/build/build.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/build/build.mk
diff -u pkgsrc/mk/build/build.mk:1.31 pkgsrc/mk/build/build.mk:1.32
--- pkgsrc/mk/build/build.mk:1.31       Tue Feb 18 16:10:37 2020
+++ pkgsrc/mk/build/build.mk    Tue Feb 25 05:30:14 2020
@@ -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:
 #



Home | Main Index | Thread Index | Old Index