Module Name:    src
Committed By:   thorpej
Date:           Sat May 29 18:48:46 UTC 2021

Modified Files:
        src/etc/etc.alpha: Makefile.inc

Log Message:
Provide a binary/kernel/netbsd-GENERIC.QEMU.gz in the Alpha release
hierarchy.  This is identical to netbsd-GENERIC, except it has been
dbsym'd so that the kernel symbols are available when running under
Qemu (which loads the kernel directly, but does not load the symbol
table).


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/etc/etc.alpha/Makefile.inc

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

Modified files:

Index: src/etc/etc.alpha/Makefile.inc
diff -u src/etc/etc.alpha/Makefile.inc:1.10 src/etc/etc.alpha/Makefile.inc:1.11
--- src/etc/etc.alpha/Makefile.inc:1.10	Sat Sep 19 03:29:57 2020
+++ src/etc/etc.alpha/Makefile.inc	Sat May 29 18:48:45 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.10 2020/09/19 03:29:57 thorpej Exp $
+#	$NetBSD: Makefile.inc,v 1.11 2021/05/29 18:48:45 thorpej Exp $
 #
 #	etc.alpha/Makefile.inc -- alpha-specific etc Makefile targets
 #
@@ -8,6 +8,7 @@
 
 KERNEL_SETS=		GENERIC
 
+EXTRA_KERNELS+=		GENERIC.QEMU
 BUILD_KERNELS+=		INSTALL
 
 INSTALLATION_DIRS+=	installation/floppy	\

Reply via email to