1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-27 18:23:09 +02:00

cope with QUILT=1 when there are no patches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8022 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
noz 2007-07-17 20:05:08 +00:00
parent 94ccfb64e7
commit ceeb6f31e7

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; \
) )
[ -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 $@ touch $@
define Quilt/RefreshDir define Quilt/RefreshDir