Module Name: src
Committed By: tls
Date: Sun Aug 10 06:48:04 UTC 2014
Modified Files:
src/distrib/ews4800mips/floppies/instkernel [tls-earlyentropy]:
Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.2.1 \
src/distrib/ews4800mips/floppies/instkernel/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/ews4800mips/floppies/instkernel/Makefile
diff -u src/distrib/ews4800mips/floppies/instkernel/Makefile:1.5 src/distrib/ews4800mips/floppies/instkernel/Makefile:1.5.2.1
--- src/distrib/ews4800mips/floppies/instkernel/Makefile:1.5 Mon Jan 27 08:18:07 2014
+++ src/distrib/ews4800mips/floppies/instkernel/Makefile Sun Aug 10 06:48:04 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/01/27 08:18:07 apb Exp $
+# $NetBSD: Makefile,v 1.5.2.1 2014/08/10 06:48:04 tls Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -20,7 +20,7 @@ ${BOOT_RAMDISK}.gz: netbsd-RAMDISK.gz ${
gunzip -c ${DESTDIR}/usr/mdec/boot_kernel.gz > ${BOOT_RAMDISK}.tmp
${TOOL_MDSETIMAGE} ${BOOT_RAMDISK}.tmp netbsd-RAMDISK.gz
${ELF2ECOFF} ${BOOT_RAMDISK}.tmp ${BOOT_RAMDISK}.coff
- ${TOOL_GZIP} -9nc ${BOOT_RAMDISK}.coff > ${.TARGET}
+ ${TOOL_GZIP_N} -9c ${BOOT_RAMDISK}.coff > ${.TARGET}
CLEANFILES+= ${BOOT_RAMDISK}.tmp ${BOOT_RAMDISK}.coff ${BOOT_RAMDISK}.gz