Source-Changes-HG archive

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

[src/trunk]: src/share/mk we cannot include bsd.sys.mk because of YHEADER. Th...



details:   https://anonhg.NetBSD.org/src/rev/4e2809e88010
branches:  trunk
changeset: 784374:4e2809e88010
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 27 02:22:27 2013 +0000

description:
we cannot include bsd.sys.mk because of YHEADER. The incestious relation
of the .mk files needs to be fixed.

diffstat:

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

diffs (16 lines):

diff -r fef4061571fd -r 4e2809e88010 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Jan 27 01:36:33 2013 +0000
+++ b/share/mk/bsd.own.mk       Sun Jan 27 02:22:27 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.719 2013/01/26 21:48:58 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.720 2013/01/27 02:22:27 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1238,6 +1238,4 @@
 
 TESTSBASE=     /usr/tests
 
-.include <bsd.sys.mk>
-
 .endif # !defined(_BSD_OWN_MK_)



Home | Main Index | Thread Index | Old Index