summaryrefslogtreecommitdiffstats
path: root/include/unpack.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-16 20:32:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-16 20:32:32 +0000
commit12051a5761a5cdbf335593b78d3886b87c05eefd (patch)
treee2d3686ddc58261985c09acd6ce8f9621ca118a6 /include/unpack.mk
parent24faf55360271cd0bfc4751753384f9210d52f7f (diff)
downloadmaster-31e0f0ae-12051a5761a5cdbf335593b78d3886b87c05eefd.tar.gz
master-31e0f0ae-12051a5761a5cdbf335593b78d3886b87c05eefd.tar.bz2
master-31e0f0ae-12051a5761a5cdbf335593b78d3886b87c05eefd.zip
remove some debug code that slipped into the commit
SVN-Revision: 6583
Diffstat (limited to 'include/unpack.mk')
-rw-r--r--include/unpack.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unpack.mk b/include/unpack.mk
index 10e6c25bf5..e195f316f6 100644
--- a/include/unpack.mk
+++ b/include/unpack.mk
@@ -27,7 +27,6 @@ ifeq ($(strip $(PKG_UNPACK)),)
UNPACK:=bzcat $(DL_DIR)/$(PKG_SOURCE) |
endif
ifeq ($(filter tgz tbz tbz2,$(EXT1)),$(EXT1))
- $(error FOO: $(filter tgz tbz tbz2,$(EXT1)),$(EXT1))
EXT:=tar
endif
UNPACK ?= cat $(DL_DIR)/$(PKG_SOURCE) |