pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/defaults Clarified the wording of the comment regar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8fcf9c1a5bd2
branches:  trunk
changeset: 503251:8fcf9c1a5bd2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 17 00:28:48 2005 +0000

description:
Clarified the wording of the comment regarding the use of ".if" and ".for"
in MAKECONF.

diffstat:

 mk/defaults/mk.conf |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r ee515a0abdc3 -r 8fcf9c1a5bd2 mk/defaults/mk.conf
--- a/mk/defaults/mk.conf       Thu Nov 17 00:24:12 2005 +0000
+++ b/mk/defaults/mk.conf       Thu Nov 17 00:28:48 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.93 2005/11/17 00:24:12 rillig Exp $
+# $NetBSD: mk.conf,v 1.94 2005/11/17 00:28:48 rillig Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -7,8 +7,9 @@
 # See the NetBSD mk.conf(5) and packages(7) manual page for a full
 # description of all available options.
 #
-# Note: This file is included after the MAKECONF file, so you cannot use
-# the values of this file in Makefile directives like ".if" or ".for".
+# Note: This file is included after the MAKECONF file, so you cannot query
+# these default values in the MAKECONF using the ".if" and ".for"
+# preprocessing directives.
 
 # ************************************************************************
 # NOTE TO PEOPLE EDITING THIS FILE - USE LEADING SPACES, NOT LEADING TABS.



Home | Main Index | Thread Index | Old Index