Explorar o código

remove some debug code that slipped into the commit

SVN-Revision: 6583
Felix Fietkau %!s(int64=18) %!d(string=hai) anos
pai
achega
12051a5761
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      include/unpack.mk

+ 0 - 1
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) |