From b755dc66dfca48518b24450277173be4671fcde5 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 5 May 2007 10:35:12 +0000 Subject: simplify handling of zcat - always use gzip -dc. zcat and gzcat are either broken or nonexistant on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7096 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- include/host.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/host.mk') diff --git a/include/host.mk b/include/host.mk index 8b4ce3d24..833aa83a6 100644 --- a/include/host.mk +++ b/include/host.mk @@ -28,9 +28,6 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk TAR=`which gtar 2>/dev/null`; \ [ -n "$$TAR" -a -x "$$TAR" ] || TAR=`which tar 2>/dev/null`; \ echo "TAR:=$$TAR" >> $@; \ - ZCAT=`which gzcat 2>/dev/null`; \ - [ -n "$$ZCAT" -a -x "$$ZCAT" ] || ZCAT=`which zcat 2>/dev/null`; \ - echo "ZCAT:=$$ZCAT" >> $@; \ echo "BASH:=$(shell which bash)" >> $@; \ ) -- cgit v1.2.3