summaryrefslogtreecommitdiffstats
path: root/include/unpack.mk
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-16 20:32:32 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-16 20:32:32 +0000
commit2e16303dd3587f48b7440570e601d02e2172efb6 (patch)
tree723c1b7fd737ba6d3bc81cd5bf0c025c182fc567 /include/unpack.mk
parent643f013d152805f989115a71a8d19b02d01320a4 (diff)
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 10e6c25bf..e195f316f 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) |