Sfoglia il codice sorgente

remove some debug code that slipped into the commit

SVN-Revision: 6583
Felix Fietkau 18 anni fa
parent
commit
12051a5761
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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) |