Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/kern/lib/libsolaris - Define NEED_ISYSTEM here



details:   https://anonhg.NetBSD.org/src/rev/aa4dc26f265d
branches:  trunk
changeset: 1020551:aa4dc26f265d
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 15 17:28:09 2021 +0000

description:
- Define NEED_ISYSTEM here
- include <bsd.init.mk> now that we can do it, because we need Makefile.rump
  to be included first, so that NOLINT gets defined, so that we don't end up
  building lint modules just for this.

diffstat:

 sys/rump/kern/lib/libsolaris/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 114d6571b2e3 -r aa4dc26f265d sys/rump/kern/lib/libsolaris/Makefile
--- a/sys/rump/kern/lib/libsolaris/Makefile     Thu Apr 15 17:26:22 2021 +0000
+++ b/sys/rump/kern/lib/libsolaris/Makefile     Thu Apr 15 17:28:09 2021 +0000
@@ -1,6 +1,10 @@
-#      $NetBSD: Makefile,v 1.4 2018/05/28 21:05:02 chs Exp $
+#      $NetBSD: Makefile,v 1.5 2021/04/15 17:28:09 christos Exp $
 #
 
+NEED_ISYSTEM=  # Tell rump that we can't use -isystem
+
+.include <bsd.init.mk>
+
 S!=             cd ${.PARSEDIR}/../../../../;pwd
 
 .include "${.CURDIR}/../../../../modules/solaris/Makefile.solmod"



Home | Main Index | Thread Index | Old Index