projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24faf55
)
remove some debug code that slipped into the commit
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 16 Mar 2007 20:32:32 +0000
(20:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 16 Mar 2007 20:32:32 +0000
(20:32 +0000)
SVN-Revision: 6583
include/unpack.mk
patch
|
blob
|
history
diff --git
a/include/unpack.mk
b/include/unpack.mk
index 10e6c25bf5418b5a7fcebc62b036cd05815c827b..e195f316f6787fe9d3d025819319673b579e58b0 100644
(file)
--- 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) |