remove some debug code that slipped into the commit
SVN-Revision: 6583
This commit is contained in:
parent
24faf55360
commit
12051a5761
1 changed files with 0 additions and 1 deletions
|
@ -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) |
|
||||
|
|
Loading…
Reference in a new issue