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/3c267d96d1a6
branches: trunk
changeset: 378518:3c267d96d1a6
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 6e05e03ee90c -r 3c267d96d1a6 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/common
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