Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/solaris - Don't include <bsd.own.mk> It should b...



details:   https://anonhg.NetBSD.org/src/rev/ff7f1aefd205
branches:  trunk
changeset: 961315:ff7f1aefd205
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 15 17:26:07 2021 +0000

description:
- Don't include <bsd.own.mk> It should be done by the enclosing Makefile
- Don't define NEED_ISYSTEM. This is a rump thing and should be only exposed
  there.

diffstat:

 sys/modules/solaris/Makefile.solmod |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (17 lines):

diff -r ca4a3515c5a4 -r ff7f1aefd205 sys/modules/solaris/Makefile.solmod
--- a/sys/modules/solaris/Makefile.solmod       Thu Apr 15 14:43:19 2021 +0000
+++ b/sys/modules/solaris/Makefile.solmod       Thu Apr 15 17:26:07 2021 +0000
@@ -1,6 +1,4 @@
-#      $NetBSD: Makefile.solmod,v 1.8 2021/04/12 04:41:54 mrg Exp $
-
-.include <bsd.own.mk>
+#      $NetBSD: Makefile.solmod,v 1.9 2021/04/15 17:26:07 christos Exp $
 
 ZFSDIR=        ${S}/../external/cddl/osnet
 
@@ -84,5 +82,3 @@
 CPPFLAGS+=     -I${ZFSDIR}/dist/uts/common/zmod
 CPPFLAGS+=     -I${ZFSDIR}/dist/uts/common
 CPPFLAGS+=      -I${ZFSDIR}/sys/sys
-
-NEED_ISYSTEM=   # duplicate headers, depends on -isystem to build



Home | Main Index | Thread Index | Old Index