Module Name:    src
Committed By:   pgoyette
Date:           Tue Jun  6 06:51:00 UTC 2023

Modified Files:
        src/distrib/sets/lists/debug: mi

Log Message:
Fix MKDEBUGLIB build by adding these installed files to the debug
set list.

XXX
One could argue that these files are not of any use, so why install
them?  I don't have a good argument either way, and this is (for
now) a simple work-around for PR bin/57455   Please feel free to
commit a different fix to avoid installing these files at all.


To generate a diff of this commit:
cvs rdiff -u -r1.401 -r1.402 src/distrib/sets/lists/debug/mi

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

Modified files:

Index: src/distrib/sets/lists/debug/mi
diff -u src/distrib/sets/lists/debug/mi:1.401 src/distrib/sets/lists/debug/mi:1.402
--- src/distrib/sets/lists/debug/mi:1.401	Fri Jun  2 11:09:39 2023
+++ src/distrib/sets/lists/debug/mi	Tue Jun  6 06:51:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.401 2023/06/02 11:09:39 martin Exp $
+# $NetBSD: mi,v 1.402 2023/06/06 06:51:00 pgoyette Exp $
 ./etc/mtree/set.debug                           comp-sys-root
 ./usr/lib					comp-sys-usr		compatdir
 ./usr/lib/i18n/libBIG5_g.a			comp-c-debuglib		debuglib,compatfile
@@ -2529,4 +2529,14 @@
 ./usr/libdata/debug/usr/tests/util/id/h_id.debug			tests-obsolete		obsolete,compattestfile
 ./usr/libdata/debug/usr/tests/util/systrace/h_have_systrace.debug	tests-obsolete		obsolete,compattestfile
 ./usr/tests/lib/libc/tls/libh_tls_dynamic_g.a	comp-c-debuglib		atf,debuglib,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_abuse_dynamic_g.a			tests-libexec-debug	debug,atf,pic,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_abuse_static_g.a			tests-libexec-debug	debug,atf,pic,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_def_dynamic_g.a			tests-libexec-debug	debug,atf,pic,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_def_static_g.a			tests-libexec-debug	debug,atf,pic,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_onlyctor_dynamic_g.a			tests-libexec-debug	debug,atf,pic,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_onlydef_g.a				tests-libexec-debug	debug,atf,pic,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_onlyuse_dynamic_g.a			tests-libexec-debug	debug,atf,pic,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_onlyuse_static_g.a			tests-libexec-debug	debug,atf,pic,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_use_dynamic_g.a			tests-libexec-debug	debug,atf,pic,compattestfile
+./usr/tests/libexec/ld.elf_so/libh_use_static_g.a			tests-libexec-debug	debug,atf,pic,compattestfile
 ./var/db/obsolete/debug				base-sys-root		debug

Reply via email to