mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 05:31:28 +00:00
Run a full check not only on the first specified kernel version but also on kernel version 2.6.26.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1219 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -586,7 +586,9 @@ do
|
||||
download_kernel $k || continue
|
||||
generate_kernel_patch $k || continue
|
||||
test_if_patch_applies_cleanly $k || continue
|
||||
if [ "${first_iteration}" = "true" ]; then
|
||||
if [ "${first_iteration}" = "true" \
|
||||
-o "${kernel_version#2.6.26}" != "${kernel_version}" ]
|
||||
then
|
||||
first_iteration="false"
|
||||
run_checkpatch $k
|
||||
patch_and_configure_kernel $k
|
||||
|
||||
Reference in New Issue
Block a user