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/be040c0b5f11
branches: trunk
changeset: 378521:be040c0b5f11
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 58f5a78b324f -r be040c0b5f11 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 58f5a78b324f -r be040c0b5f11 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