Module Name:    src
Committed By:   pgoyette
Date:           Thu Jan 14 19:11:48 UTC 2021

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.347 -r1.348 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.347 src/distrib/sets/lists/debug/mi:1.348
--- src/distrib/sets/lists/debug/mi:1.347	Thu Jan 14 19:07:03 2021
+++ src/distrib/sets/lists/debug/mi	Thu Jan 14 19:11:48 2021
@@ -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

Reply via email to