Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/conf Get rid of local TOOL_GZIP definition ...



details:   https://anonhg.NetBSD.org/src/rev/dfce19e81a81
branches:  trunk
changeset: 766697:dfce19e81a81
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jun 30 18:17:11 2011 +0000

description:
Get rid of local TOOL_GZIP definition that now bsd.own.mk does it for us.

diffstat:

 sys/arch/powerpc/conf/Makefile.powerpc |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 43982bfbd928 -r dfce19e81a81 sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc    Thu Jun 30 18:15:13 2011 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc    Thu Jun 30 18:17:11 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.powerpc,v 1.47 2011/06/25 02:26:53 matt Exp $
+#      $NetBSD: Makefile.powerpc,v 1.48 2011/06/30 18:17:11 matt Exp $
 #
 # Makefile for NetBSD
 #
@@ -106,10 +106,6 @@
 MKUBOOTIMAGEARGS+=      -a ${TEXTADDR:C/....$/0000/} -e $(TEXTADDR)
 MKUBOOTIMAGEARGS+=      -n "NetBSD/$(MACHINE) ${_OSRELEASE} ($(KERNEL_BUILD:T))"
 
-.if defined(USE_PIGZGZIP) && ${USE_PIGZGZIP} != "no"
-TOOL_GZIP?=            ${TOOL_PIGZ}
-.endif
-TOOL_GZIP?=            gzip
 SYSTEM_LD_TAIL_EXTRA+=; \
        echo ${TOOL_GZIP} -9cn $@.bin '>' $@.bin.gz; \
        ${TOOL_GZIP} -9cn $@.bin > $@.bin.gz; \



Home | Main Index | Thread Index | Old Index