Module Name:    src
Committed By:   christos
Date:           Sat Jan 26 21:48:59 UTC 2013

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
include <bsd.sys.mk>
This is a mess. HAS_SSP (which should really be HAVE_SSP), is defined
in bsd.sys.mk. So things that need it, include the file directly. The
trouble comes because bsd.sys.mk, needs stuff that bsd.own.mk defines,
so including first does not work. Anyway most other files include bsd.sys.mk
directly, so user Makefiles should just not do that, and just include
<bsd.own.mk> to get all the defines they need.


To generate a diff of this commit:
cvs rdiff -u -r1.718 -r1.719 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.718 src/share/mk/bsd.own.mk:1.719
--- src/share/mk/bsd.own.mk:1.718	Fri Jan 18 14:32:09 2013
+++ src/share/mk/bsd.own.mk	Sat Jan 26 16:48:58 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.718 2013/01/18 19:32:09 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.719 2013/01/26 21:48:58 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1238,4 +1238,6 @@ TARGETS+=	lintmanpages
 
 TESTSBASE=	/usr/tests
 
+.include <bsd.sys.mk>
+
 .endif	# !defined(_BSD_OWN_MK_)

Reply via email to