From: Felix Fietkau Date: Fri, 16 Mar 2007 20:32:32 +0000 (+0000) Subject: remove some debug code that slipped into the commit X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=12051a5761a5cdbf335593b78d3886b87c05eefd;hp=24faf55360271cd0bfc4751753384f9210d52f7f remove some debug code that slipped into the commit SVN-Revision: 6583 --- 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) |