pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/misc Documented BUILD_DEFS and BUILD_DEFS_EFFECTS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dda52fdede1e
branches:  trunk
changeset: 550341:dda52fdede1e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Nov 19 08:06:36 2008 +0000

description:
Documented BUILD_DEFS and BUILD_DEFS_EFFECTS.

diffstat:

 mk/misc/show.mk |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 1484be073383 -r dda52fdede1e mk/misc/show.mk
--- a/mk/misc/show.mk   Wed Nov 19 07:50:55 2008 +0000
+++ b/mk/misc/show.mk   Wed Nov 19 08:06:36 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: show.mk,v 1.8 2007/10/16 21:33:00 wiz Exp $
+# $NetBSD: show.mk,v 1.9 2008/11/19 08:06:36 rillig Exp $
 #
 # This file contains some targets that print information gathered from
 # variables. They do not modify any variables.
@@ -19,6 +19,21 @@
 #      Prints the variables that can be configured by the pkgsrc user
 #      in mk.conf, and the effects that those settings have.
 #
+# Package-settable variables:
+#
+# BUILD_DEFS
+#      The list of variables that influence the build. These variables
+#      are user-settable, and their values will be recorded in the
+#      binary package.
+#
+# System-provided variables:
+#
+# BUILD_DEFS_EFFECTS
+#      The list of variables whose values have been set depending on
+#      some of the variables in BUILD_DEFS. These variables are system-
+#      settable and therefore should not be modified directly by the
+#      pkgsrc user or a package maintainer.
+#
 
 BUILD_DEFS?=           # none
 BUILD_DEFS_EFFECTS?=   # none



Home | Main Index | Thread Index | Old Index