Module Name:    src
Committed By:   christos
Date:           Thu Apr 15 17:28:09 UTC 2021

Modified Files:
        src/sys/rump/kern/lib/libsolaris: Makefile

Log Message:
- 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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/rump/kern/lib/libsolaris/Makefile

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

Modified files:

Index: src/sys/rump/kern/lib/libsolaris/Makefile
diff -u src/sys/rump/kern/lib/libsolaris/Makefile:1.4 src/sys/rump/kern/lib/libsolaris/Makefile:1.5
--- src/sys/rump/kern/lib/libsolaris/Makefile:1.4	Mon May 28 17:05:02 2018
+++ src/sys/rump/kern/lib/libsolaris/Makefile	Thu Apr 15 13:28:09 2021
@@ -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"

Reply via email to