Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ews4800mips/stand/boot Use TOOL_GZIP
details: https://anonhg.NetBSD.org/src/rev/6bf087572ba4
branches: trunk
changeset: 767191:6bf087572ba4
user: matt <matt%NetBSD.org@localhost>
date: Sun Jul 10 23:35:12 2011 +0000
description:
Use TOOL_GZIP
diffstat:
sys/arch/ews4800mips/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 30eb1371643c -r 6bf087572ba4 sys/arch/ews4800mips/stand/boot/Makefile
--- a/sys/arch/ews4800mips/stand/boot/Makefile Sun Jul 10 23:34:37 2011 +0000
+++ b/sys/arch/ews4800mips/stand/boot/Makefile Sun Jul 10 23:35:12 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/07/07 06:01:30 mrg Exp $
+# $NetBSD: Makefile,v 1.14 2011/07/10 23:35:12 matt Exp $
WARNS ?= 1
NOMAN =
@@ -138,7 +138,7 @@
${BINKERNEL_O}
mv ${BOOT_KERNEL}.elf ${BOOT_KERNEL}
${OBJDUMP} -h ${BOOT_KERNEL}
- gzip -9c ${BOOT_KERNEL} > ${.TARGET}.tmp
+ ${TOOL_GZIP} -9c ${BOOT_KERNEL} > ${.TARGET}.tmp
mv ${.TARGET}.tmp ${.TARGET}
ls -al ${.TARGET}
Home |
Main Index |
Thread Index |
Old Index