Source-Changes-HG archive

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

[src/trunk]: src/etc Clarify comment, pointed out by maya: we do not expect b...



details:   https://anonhg.NetBSD.org/src/rev/b8cf6fc77c5b
branches:  trunk
changeset: 836138:b8cf6fc77c5b
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Sep 29 06:10:01 2018 +0000

description:
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.

diffstat:

 etc/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r c71bcf4d8c79 -r b8cf6fc77c5b etc/Makefile
--- a/etc/Makefile      Sat Sep 29 01:12:22 2018 +0000
+++ b/etc/Makefile      Sat Sep 29 06:10:01 2018 +0000
@@ -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 @@
 #
 #      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



Home | Main Index | Thread Index | Old Index