Module Name: src
Committed By: tsutsui
Date: Mon Oct 4 13:55:39 UTC 2010
Modified Files:
src/etc: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.381 -r1.382 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.381 src/etc/Makefile:1.382
--- src/etc/Makefile:1.381 Sun Aug 22 18:56:20 2010
+++ src/etc/Makefile Mon Oct 4 13:55:39 2010
@@ -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}"; \