fail in .quilt_patched when there were patches that didn't apply
SVN-Revision: 8024
This commit is contained in:
parent
fd5595ed5c
commit
5175e0e45c
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ $(STAMP_PATCHED): $(STAMP_PREPARED)
|
||||||
cd $(PKG_BUILD_DIR)/patches; \
|
cd $(PKG_BUILD_DIR)/patches; \
|
||||||
find * -type f \! -name series | sort > series; \
|
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 $@
|
touch $@
|
||||||
|
|
||||||
define Quilt/RefreshDir
|
define Quilt/RefreshDir
|
||||||
|
|
Loading…
Reference in a new issue