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:
Bart Van Assche
2009-10-15 07:15:56 +00:00
parent b9528d1407
commit c821d226f3

View File

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