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 Update sets lists to accomodate KER...



details:   https://anonhg.NetBSD.org/src/rev/4177e912d5b0
branches:  trunk
changeset: 949719:4177e912d5b0
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Jan 14 19:11:48 2021 +0000

description:
Update sets lists to accomodate KERNEL_DIR.  When both KERNEL_DIR and
MKDEBUG are defined, we create an empty $DESTDIR/usr/libdata/debug/netbsd/
directory.

Should fix ``build.sh release'' issue reported in kern/55923

XXX Since nothing ever seems to populate this directory, perhaps we should
XXX simply prevent its creation?  If we do create it, should its creation
XXX perhaps be conditioned on MKKDEBUG rather than MKDEBUG?

XXX There is still another problem with ``build.sh install-image'' but I
XXX open a new PR for that.

diffstat:

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

diffs (9 lines):

diff -r 89624e231781 -r 4177e912d5b0 distrib/sets/lists/debug/mi
--- a/distrib/sets/lists/debug/mi       Thu Jan 14 19:07:03 2021 +0000
+++ b/distrib/sets/lists/debug/mi       Thu Jan 14 19:11:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.347 2021/01/14 19:07:03 pgoyette Exp $
+# $NetBSD: mi,v 1.348 2021/01/14 19:11:48 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



Home | Main Index | Thread Index | Old Index