projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e655da
)
cope with QUILT=1 when there are no patches
author
Peter Denison
<openwrt@marshadder.org>
Tue, 17 Jul 2007 20:05:08 +0000
(20:05 +0000)
committer
Peter Denison
<openwrt@marshadder.org>
Tue, 17 Jul 2007 20:05:08 +0000
(20:05 +0000)
SVN-Revision: 8022
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index 2e7941eaed3f9e7a20c53107271fde6cce74a8b7..fb5528e884c6762a8fdc71a01232788f2cda77e7 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