projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd5595e
)
fail in .quilt_patched when there were patches that didn't apply
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 18 Jul 2007 07:28:31 +0000
(07:28 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 18 Jul 2007 07:28:31 +0000
(07:28 +0000)
SVN-Revision: 8024
include/quilt.mk
patch
|
blob
|
history
diff --git
a/include/quilt.mk
b/include/quilt.mk
index fb5528e884c6762a8fdc71a01232788f2cda77e7..7714f2911919a843e75db4dc1fc6c7808955e003 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; \
)
- -[ -s "$(PKG_BUILD_DIR)/patches/series" ] && (cd $(PKG_BUILD_DIR); quilt push -a)
+ if [ -s "$(PKG_BUILD_DIR)/patches/series" ]; then (cd $(PKG_BUILD_DIR); quilt push -a); fi
touch $@
define Quilt/RefreshDir