Module Name:    src
Committed By:   martin
Date:           Sat Sep 29 06:10:01 UTC 2018

Modified Files:
        src/etc: Makefile

Log Message:
Clarify comment, pointed out by maya: we do not expect bootloaders
to understand xz compression, so the kernel.gz stay as they are, only
the sets are moving to .tar.xz.


To generate a diff of this commit:
cvs rdiff -u -r1.435 -r1.436 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.435 src/etc/Makefile:1.436
--- src/etc/Makefile:1.435	Sat Sep 29 01:12:22 2018
+++ src/etc/Makefile	Sat Sep 29 06:10:01 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.435 2018/09/29 01:12:22 kre Exp $
+#	$NetBSD: Makefile,v 1.436 2018/09/29 06:10:01 martin Exp $
 #	from: @(#)Makefile	8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -548,10 +548,10 @@ snap_post: .PHONY .MAKE build_kernelsets
 #
 #	KERNEL_SETS		The list of kernels that will be
 #				packaged into sets, named
-#				kern-${kernel}.tgz.  These kernels
-#				are also placed in the binary/kernel
-#				area of the release package as
-#				netbsd-${kernel}.gz (or .tar.xz).
+#				kern-${kernel}.tgz (or .tar.xz).
+#				These kernels are also placed in the
+#				binary/kernel area of the release package
+#				as netbsd-${kernel}.gz.
 #
 #	EXTRA_KERNELS		Additional kernels to place in the
 #				binary/kernel area of the release

Reply via email to