Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/common LIBISPRIVATE=yes



details:   https://anonhg.NetBSD.org/src/rev/1305068fc83c
branches:  trunk
changeset: 933973:1305068fc83c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 01 14:42:03 2020 +0000

description:
LIBISPRIVATE=yes

diffstat:

 tests/dev/scsipi/libscsitest/Makefile |  4 ++--
 tests/fs/common/Makefile              |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 0eda9da7e890 -r 1305068fc83c tests/dev/scsipi/libscsitest/Makefile
--- a/tests/dev/scsipi/libscsitest/Makefile     Mon Jun 01 14:41:25 2020 +0000
+++ b/tests/dev/scsipi/libscsitest/Makefile     Mon Jun 01 14:42:03 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2014/04/26 18:53:21 christos Exp $
+#      $NetBSD: Makefile,v 1.4 2020/06/01 14:42:53 christos Exp $
 #
 
 .include <bsd.own.mk>
@@ -7,7 +7,7 @@
 
 LIB=   rumpdev_scsitest
 IOCONF=        SCSITEST.ioconf
-LIBISPRIVATE= #defined
+LIBISPRIVATE=  yes
 
 SRCS=  scsitest.c
 SRCS+= scsitest_component.c
diff -r 0eda9da7e890 -r 1305068fc83c tests/fs/common/Makefile
--- a/tests/fs/common/Makefile  Mon Jun 01 14:41:25 2020 +0000
+++ b/tests/fs/common/Makefile  Mon Jun 01 14:42:03 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2019/10/13 07:28:14 mrg Exp $
+#      $NetBSD: Makefile,v 1.14 2020/06/01 14:42:03 christos Exp $
 #
 
 .include <bsd.own.mk>
@@ -27,7 +27,7 @@
 CPPFLAGS+=     -I${LIBC}/include -I${LIBC}/rpc
 
 
-LIBISPRIVATE=  # yup
+LIBISPRIVATE=  yes
 
 # NFS client stuff
 .PATH: ${NETBSDSRCDIR}/sbin/mount_nfs ${NETBSDSRCDIR}/sbin/mount



Home | Main Index | Thread Index | Old Index