fix quilt integration
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9100 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
0cc7092771
commit
619ab61b95
|
@ -132,7 +132,7 @@ define Build/Quilt
|
||||||
echo "The source directory contains no quilt patches."; \
|
echo "The source directory contains no quilt patches."; \
|
||||||
false; \
|
false; \
|
||||||
}
|
}
|
||||||
@[ -n "$$$$(ls $(PKG_BUILD_DIR)/patches/*/series)" -o "$$$$(cat $(PKG_BUILD_DIR)/patches/series | md5sum)" = "$$(sort $(PKG_BUILD_DIR)/patches/series | md5sum)" ] || { \
|
@[ -n "$$$$(ls $(PKG_BUILD_DIR)/patches/series)" -o "$$$$(cat $(PKG_BUILD_DIR)/patches/series | md5sum)" = "$$(sort $(PKG_BUILD_DIR)/patches/series | md5sum)" ] || { \
|
||||||
echo "The patches are not sorted in the right order. Please fix."; \
|
echo "The patches are not sorted in the right order. Please fix."; \
|
||||||
false; \
|
false; \
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue