cope with QUILT=1 when there are no patches
SVN-Revision: 8022
This commit is contained in:
parent
6e655daf21
commit
b375d32a48
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue