Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists/debug Fix MKDEBUGLIB build by adding thes...



details:   https://anonhg.NetBSD.org/src/rev/905fc8a46837
branches:  trunk
changeset: 376249:905fc8a46837
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Jun 06 06:51:00 2023 +0000

description:
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.

diffstat:

 distrib/sets/lists/debug/mi |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 75846e4f8d5b -r 905fc8a46837 distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Tue Jun 06 05:39:49 2023 +0000
+++ b/distrib/sets/lists/debug/mi       Tue Jun 06 06:51:00 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index