Module Name: src
Committed By: matt
Date: Sun Jul 10 23:35:12 UTC 2011
Modified Files:
src/sys/arch/ews4800mips/stand/boot: Makefile
Log Message:
Use TOOL_GZIP
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/ews4800mips/stand/boot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/ews4800mips/stand/boot/Makefile
diff -u src/sys/arch/ews4800mips/stand/boot/Makefile:1.13 src/sys/arch/ews4800mips/stand/boot/Makefile:1.14
--- src/sys/arch/ews4800mips/stand/boot/Makefile:1.13 Thu Jul 7 06:01:30 2011
+++ src/sys/arch/ews4800mips/stand/boot/Makefile Sun Jul 10 23:35:12 2011
@@ -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}