pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add some more keywords, so that one can grep for "m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d8e7dd8f240
branches:  trunk
changeset: 529263:9d8e7dd8f240
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 29 14:48:49 2007 +0000

description:
Add some more keywords, so that one can grep for "mk.conf" and find the
relevant code that loads the configuration.

diffstat:

 mk/bsd.prefs.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 63faf185f462 -r 9d8e7dd8f240 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Tue May 29 12:45:14 2007 +0000
+++ b/mk/bsd.prefs.mk   Tue May 29 14:48:49 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.250 2007/05/07 22:16:04 rillig Exp $
+# $NetBSD: bsd.prefs.mk,v 1.251 2007/05/29 14:48:49 rillig Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -333,6 +333,8 @@
 
 # Preload all default values for CFLAGS, LDFLAGS, etc. before bsd.pkg.mk
 # or a pkg Makefile modifies them.
+# The file <sys.mk> includes the mk.conf file indirectly, so here is the
+# point where the user settings are loaded.
 .include <sys.mk>
 
 # Load the OS-specific definitions for program variables.  Default to loading



Home | Main Index | Thread Index | Old Index