Module Name:    src
Committed By:   matt
Date:           Sat Jul  9 15:50:38 UTC 2011

Modified Files:
        src/sys/arch/cobalt/stand/boot: Makefile

Log Message:
Use TOOL_GZIP


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/cobalt/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/cobalt/stand/boot/Makefile
diff -u src/sys/arch/cobalt/stand/boot/Makefile:1.23 src/sys/arch/cobalt/stand/boot/Makefile:1.24
--- src/sys/arch/cobalt/stand/boot/Makefile:1.23	Sun Feb 20 07:54:11 2011
+++ src/sys/arch/cobalt/stand/boot/Makefile	Sat Jul  9 15:50:38 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.23 2011/02/20 07:54:11 matt Exp $
+#	$NetBSD: Makefile,v 1.24 2011/07/09 15:50:38 matt Exp $
 
 NOMAN= # defined
 
@@ -109,7 +109,7 @@
 ${PROG}: ${LDSCRIPT} ${OBJS} ${LIBS}
 	${LD} ${LINKFORMAT} -Map ${PROG}.map -N -x -Ttext ${LOAD_ADDRESS} \
 	    -T ${LDSCRIPT} -e start -o ${PROG} ${OBJS} ${LIBS}
-	gzip -c9 ${PROG} > ${PROG}.gz
+	${TOOL_GZIP} -c9 ${PROG} > ${PROG}.gz
 	@${SIZE} ${PROG}
 
 CLEANFILES+=	${PROG}.map ${PROG}.elf ${PROG}.gz

Reply via email to