pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Remove explicit include of sys.mk, which has been m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08368eb216cf
branches:  trunk
changeset: 531393:08368eb216cf
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jul 29 13:17:57 2007 +0000

description:
Remove explicit include of sys.mk, which has been made redundant by
jlam's include of bsd.own.mk in June 2002.

diffstat:

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

diffs (22 lines):

diff -r a8d7858b3a34 -r 08368eb216cf mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Jul 29 12:43:06 2007 +0000
+++ b/mk/bsd.prefs.mk   Sun Jul 29 13:17:57 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.254 2007/07/29 05:19:41 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.255 2007/07/29 13:17:57 joerg Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -332,12 +332,6 @@
        @${FALSE}
 .endif
 
-# 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
 # the NetBSD ones if an OS-specific file doesn't exist.
 .if exists(${_PKGSRC_TOPDIR}/mk/platform/${OPSYS}.mk)



Home | Main Index | Thread Index | Old Index