Source-Changes-HG archive

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

[.joined/src/trunk]: .joined/src/etc Create empty files for the "extra" kerne...



details:   https://anonhg.NetBSD.org/.joined/src/rev/8c87abf73313
branches:  trunk
changeset: 359408:8c87abf73313
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 02 20:09:03 2022 +0000

description:
Create empty files for the "extra" kernels. Grr I should fix this properly
(run checkflists after building the kernels)

diffstat:

 etc/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r ba652f09855d -r 8c87abf73313 etc/Makefile
--- a/etc/Makefile      Sun Jan 02 16:42:10 2022 +0000
+++ b/etc/Makefile      Sun Jan 02 20:09:03 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.456 2021/12/29 22:22:13 christos Exp $
+#      $NetBSD: Makefile,v 1.457 2022/01/02 20:09:03 christos Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -702,6 +702,11 @@
 #      kernels are built. It should really run before the sets are build.
 install-debugkernels:
 .if ${MKDEBUG:Uno} == "yes"
+       @for i in $$(${NETBSDSRCDIR}/distrib/sets/makeflist debug | \
+           ${TOOL_GREP} -E '^./usr/libdata/debug/(nfs)?netbsd-'); do \
+               echo touch ${DESTDIR}/$$i; \
+               touch ${DESTDIR}/$$i; \
+       done
 .      for k in ${ALL_KERNELS}
 install-debugkernels: ${DESTDIR}${DEBUGDIR}/netbsd-${k}.debug
                



Home | Main Index | Thread Index | Old Index