mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
make sure quilt starts with the correct patch order in series
SVN-Revision: 7658
This commit is contained in:
parent
61f024c208
commit
5a198850d0
@ -57,6 +57,10 @@ endef
|
|||||||
|
|
||||||
$(STAMP_PATCHED): $(STAMP_PREPARED)
|
$(STAMP_PATCHED): $(STAMP_PREPARED)
|
||||||
@cd $(PKG_BUILD_DIR); quilt pop -a -f >/dev/null 2>/dev/null || true
|
@cd $(PKG_BUILD_DIR); quilt pop -a -f >/dev/null 2>/dev/null || true
|
||||||
|
(\
|
||||||
|
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
|
[ -f "$(PKG_BUILD_DIR)/patches/series" ] && cd $(PKG_BUILD_DIR); quilt push -a
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user