Source-Changes-HG archive

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

[src/trunk]: src comment filter-aaaa.so.debug for now. it's not installed no...



details:   https://anonhg.NetBSD.org/src/rev/94508c71fd0e
branches:  trunk
changeset: 363373:94508c71fd0e
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 07 09:23:20 2022 +0000

description:
comment filter-aaaa.so.debug for now.  it's not installed normally
and will need a special rule, left as an exercise to the reader.

make plugins .WAIT on everything else.

diffstat:

 distrib/sets/lists/debug/shl.mi |  4 ++--
 external/mpl/bind/lib/Makefile  |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r ef78156fd61d -r 94508c71fd0e distrib/sets/lists/debug/shl.mi
--- a/distrib/sets/lists/debug/shl.mi   Mon Mar 07 07:53:08 2022 +0000
+++ b/distrib/sets/lists/debug/shl.mi   Mon Mar 07 09:23:20 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: shl.mi,v 1.289 2022/03/06 17:54:53 christos Exp $
+# $NetBSD: shl.mi,v 1.290 2022/03/07 09:23:20 mrg Exp $
 ./usr/lib/libbfd_g.a                                           comp-c-debuglib debuglib,compatfile,binutils
 ./usr/libdata/debug/lib                                                base-sys-usr    debug,dynamicroot,compatdir
 ./usr/libdata/debug/lib/libavl.so.0.0.debug                    comp-zfs-debug  debug,dynamicroot,zfs
@@ -334,7 +334,7 @@
 ./usr/libdata/debug/usr/lib/libzfs.so.0.0.debug                        comp-zfs-debug  debug,compatfile,zfs
 ./usr/libdata/debug/usr/lib/libzfs_core.so.0.0.debug           comp-zfs-debug  debug,compatfile,zfs
 ./usr/libdata/debug/usr/lib/libzpool.so.0.0.debug              comp-zfs-debug  debug,compatfile,zfs
-./usr/libdata/debug/usr/lib/named/filter-aaaa.so.0.debug       comp-sys-debug  debug,compatfile
+#./usr/libdata/debug/usr/lib/named/filter-aaaa.so.0.debug      comp-sys-debug  debug,compatfile
 ./usr/libdata/debug/usr/lib/npf/ext_log.so.0.0.debug           comp-obsolete   debug,compatfile,npf,obsolete
 ./usr/libdata/debug/usr/lib/npf/ext_normalise.so.0.0.debug     comp-obsolete   debug,compatfile,npf,obsolete
 ./usr/libdata/debug/usr/lib/npf/ext_rndblock.so.0.0.debug      comp-obsolete   debug,compatfile,npf,obsolete
diff -r ef78156fd61d -r 94508c71fd0e external/mpl/bind/lib/Makefile
--- a/external/mpl/bind/lib/Makefile    Mon Mar 07 07:53:08 2022 +0000
+++ b/external/mpl/bind/lib/Makefile    Mon Mar 07 09:23:20 2022 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.3 2022/03/07 07:07:55 mrg Exp $
+#      $NetBSD: Makefile,v 1.4 2022/03/07 09:23:20 mrg Exp $
 
 SUBDIR+= libisc .WAIT libdns libisccc .WAIT libisccfg .WAIT libbind9 libirs
-SUBDIR+= libns plugins
+SUBDIR+= libns .WAIT plugins
 
+.include <bsd.buildinstall.mk>
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index