summaryrefslogtreecommitdiff
path: root/mk/mk.conf.example
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-03-13 14:24:27 +0000
committeragc <agc@pkgsrc.org>2000-03-13 14:24:27 +0000
commit755bef93455430eb53d5e3fa7c3cf1af313e14f7 (patch)
tree1cfb89953c1cbc1b2ed90fd958c5e71630e030a2 /mk/mk.conf.example
parent2b9aa50765a85c24282e56265c448107471c5cb2 (diff)
downloadpkgsrc-755bef93455430eb53d5e3fa7c3cf1af313e14f7.tar.gz
Previous commit to bsd.pkg.mk caught some "SMART_MESSAGES" work - document
them now, in mk.conf.example, and add a small comment explaining what they do. When SMART_MESSAGES is defined, when compiling packages, the make(1) target is displayed, and also the current stack of packages being built.
Diffstat (limited to 'mk/mk.conf.example')
-rw-r--r--mk/mk.conf.example8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example
index 9e9f746d7f7..aad464ba6ac 100644
--- a/mk/mk.conf.example
+++ b/mk/mk.conf.example
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf.example,v 1.124 2000/03/13 04:44:18 wiz Exp $
+# $NetBSD: mk.conf.example,v 1.125 2000/03/13 14:24:29 agc Exp $
#
# Sample /etc/mk.conf file, which can be used to set specific values
@@ -208,6 +208,12 @@
# Possible: yes, no
# Default: yes
+#SMART_MESSAGES=yes
+# Display the make(1) target, and the current stack of packages being built,
+# when displaying messages during package builds.
+# Possible: defined, not defined
+# Default: not defined
+
#
# Definitions used only in the packages collection
#