projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92bd56f
)
silence error when package has no patches (patchwork 321)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Apr 2011 21:11:24 +0000
(21:11 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 12 Apr 2011 21:11:24 +0000
(21:11 +0000)
SVN-Revision: 26627
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index 9691dc3276c68dc8664ac38bd73d7c6afff1e628..a9af2268bc2273b8b12665e3248a4fd59edba55b 100644
(file)
--- a/
include/quilt.mk
+++ b/
include/quilt.mk
@@
-39,7
+39,7
@@
define PatchDir/Quilt
endef
define PatchDir/Default
- @if [ -d "$(2)"
-a
"$$$$(ls $(2) | wc -l)" -gt 0 ]; then \
+ @if [ -d "$(2)"
] && [
"$$$$(ls $(2) | wc -l)" -gt 0 ]; then \
export PATCH="$(PATCH)"; \
if [ -s "$(2)/series" ]; then \
$(call filter_series,$(2)/series) | xargs -n1 \