Module Name:    src
Committed By:   christos
Date:           Sun Jan  2 20:09:03 UTC 2022

Modified Files:
        src/etc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.456 -r1.457 src/etc/Makefile

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

Modified files:

Index: src/etc/Makefile
diff -u src/etc/Makefile:1.456 src/etc/Makefile:1.457
--- src/etc/Makefile:1.456	Wed Dec 29 17:22:13 2021
+++ src/etc/Makefile	Sun Jan  2 15:09:03 2022
@@ -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 @@ releasekern-${configfile}: .PHONY build_
 #	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
 		

Reply via email to