projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f084503
)
check for empty patch directories
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Oct 2006 15:09:03 +0000
(15:09 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Oct 2006 15:09:03 +0000
(15:09 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5086
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package.mk
patch
|
blob
|
history
diff --git
a/include/package.mk
b/include/package.mk
index
706b38d
..
87e76be
100644
(file)
--- a/
include/package.mk
+++ b/
include/package.mk
@@
-273,7
+273,7
@@
endef
ifneq ($(strip $(PKG_UNPACK)),)
define Build/Prepare/Default
$(PKG_UNPACK)
- @if [ -d ./patches ]; then \
+ @if [ -d ./patches
-a "$$$$(ls ./patches | wc -l)" -gt 0
]; then \
$(PATCH) $(PKG_BUILD_DIR) ./patches; \
fi
endef
This page took
0.020015 seconds
and
4
git commands to generate.