projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94ccfb6
)
cope with QUILT=1 when there are no patches
author
noz
<noz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 17 Jul 2007 20:05:08 +0000
(20:05 +0000)
committer
noz
<noz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 17 Jul 2007 20:05:08 +0000
(20:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8022
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index
2e7941e
..
fb5528e
100644
(file)
--- a/
include/quilt.mk
+++ b/
include/quilt.mk
@@
-61,7
+61,7
@@
$(STAMP_PATCHED): $(STAMP_PREPARED)
cd $(PKG_BUILD_DIR)/patches; \
find * -type f \! -name series | sort > series; \
)
- [ -f "$(PKG_BUILD_DIR)/patches/series" ] && cd $(PKG_BUILD_DIR); quilt push -a
+ -[ -s "$(PKG_BUILD_DIR)/patches/series" ] && (cd $(PKG_BUILD_DIR); quilt push -a)
touch $@
define Quilt/RefreshDir
This page took
0.033091 seconds
and
4
git commands to generate.