aboutsummaryrefslogtreecommitdiffstats
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
commite13eab6e3b6731ff31c01fbf0b2f4bc67fabd7c2 (patch)
tree723c1b7fd737ba6d3bc81cd5bf0c025c182fc567 /include/unpack.mk
parent713863458d529eeb1bab447ef6326bc9e1a86b6c (diff)
downloadmaster-187ad058-e13eab6e3b6731ff31c01fbf0b2f4bc67fabd7c2.tar.gz
master-187ad058-e13eab6e3b6731ff31c01fbf0b2f4bc67fabd7c2.tar.bz2
master-187ad058-e13eab6e3b6731ff31c01fbf0b2f4bc67fabd7c2.zip
remove some debug code that slipped into the commit
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6583 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |