Source-Changes-HG archive

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

[src/trunk]: src/etc Change distribution filename for KERNEL_SETS kernels wit...



details:   https://anonhg.NetBSD.org/src/rev/fef5722f5537
branches:  trunk
changeset: 757926:fef5722f5537
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Oct 04 13:55:39 2010 +0000

description:
Change distribution filename for KERNEL_SETS kernels with KERNEL_SUFFIXES
in ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/
from "netbsd.aout-GENERIC.gz" to "netbsd-GENERIC.aout.gz" or so
as src/distrib/common/Makefile.mdset does for mdroot ramdisk kernels.

diffstat:

 etc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d4a3b376eab -r fef5722f5537 etc/Makefile
--- a/etc/Makefile      Mon Oct 04 13:45:28 2010 +0000
+++ b/etc/Makefile      Mon Oct 04 13:55:39 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.381 2010/08/22 18:56:20 rmind Exp $
+#      $NetBSD: Makefile,v 1.382 2010/10/04 13:55:39 tsutsui Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -599,7 +599,7 @@
                        for s in "" $${kernsuffixes}; do \
                                ks="$${kernel}$${s}"; \
                                [ ! -f $${ks} ] && continue; \
-                               knl_gz="${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/$${ks}-${configfile:C/.*\///}.gz"; \
+                               knl_gz="${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/$${kernel}-${configfile:C/.*\///}$${s}.gz"; \
                                [ $${knl_gz} -nt $${ks} ] && continue; \
                                rm -f $${knl_gz}; \
                                echo "gzip -c -9 < $${kerndir}/$${ks} > $${knl_gz}"; \



Home | Main Index | Thread Index | Old Index