Source-Changes-HG archive

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

[src/trunk]: src/sys/rump fix reversed comment



details:   https://anonhg.NetBSD.org/src/rev/4496b902dbef
branches:  trunk
changeset: 961318:4496b902dbef
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 15 17:31:15 2021 +0000

description:
fix reversed comment

diffstat:

 sys/rump/fs/lib/libzfs/Makefile       |  6 +++++-
 sys/rump/kern/lib/libsolaris/Makefile |  4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 7d8accebc05e -r 4496b902dbef sys/rump/fs/lib/libzfs/Makefile
--- a/sys/rump/fs/lib/libzfs/Makefile   Thu Apr 15 17:28:09 2021 +0000
+++ b/sys/rump/fs/lib/libzfs/Makefile   Thu Apr 15 17:31:15 2021 +0000
@@ -1,6 +1,10 @@
-#      $NetBSD: Makefile,v 1.7 2020/09/06 07:20:30 mrg Exp $
+#      $NetBSD: Makefile,v 1.8 2021/04/15 17:31:15 christos Exp $
 #
 
+NEED_ISYSTEM=  # Tell rump that we must use -isystem
+
+.include <bsd.init.mk>
+
 S!=             cd ${.PARSEDIR}/../../../../;pwd
 
 .include "${.CURDIR}/../../../../modules/zfs/Makefile.zfsmod"
diff -r 7d8accebc05e -r 4496b902dbef sys/rump/kern/lib/libsolaris/Makefile
--- a/sys/rump/kern/lib/libsolaris/Makefile     Thu Apr 15 17:28:09 2021 +0000
+++ b/sys/rump/kern/lib/libsolaris/Makefile     Thu Apr 15 17:31:15 2021 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.5 2021/04/15 17:28:09 christos Exp $
+#      $NetBSD: Makefile,v 1.6 2021/04/15 17:31:44 christos Exp $
 #
 
-NEED_ISYSTEM=  # Tell rump that we can't use -isystem
+NEED_ISYSTEM=  # Tell rump that we must use -isystem
 
 .include <bsd.init.mk>
 



Home | Main Index | Thread Index | Old Index