fail in .quilt_patched when there were patches that didn't apply

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8024 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2007-07-18 07:28:31 +00:00
parent 86b2e4df0e
commit 2d1d4476c6
1 changed files with 1 additions and 1 deletions

View File

@ -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