X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fkernel_patches%2Ftargets%2F2.6-vanilla.target.in;h=49dbe0fd6670a52906c4e5e0e03776b018b89727;hb=4312bfd8ffc4ceb16043c044aa852de999b666dd;hp=84bd49113eba94be39c4741983a351e4422b4425;hpb=652ff7574b5e8b3e7e2655e17c63406986b022a1;p=fs%2Flustre-release.git diff --git a/lustre/kernel_patches/targets/2.6-vanilla.target.in b/lustre/kernel_patches/targets/2.6-vanilla.target.in index 84bd491..49dbe0f 100644 --- a/lustre/kernel_patches/targets/2.6-vanilla.target.in +++ b/lustre/kernel_patches/targets/2.6-vanilla.target.in @@ -1,16 +1,38 @@ -lnxmaj=2.6.6 +lnxmaj="2.6.22" +lnxrel="14" -KERNEL=linux-$lnxmaj.tar.gz -SERIES=2.6-vanilla +# this is the delimeter that goes between $lnxmaj and $lnxrel +# defaults to "-" +EXTRA_VERSION_DELIMITER="." + +# this is the delimeter that goes before the "smp" at the end of the version +# defaults to empty +TARGET_DELIMITER="-" + +KERNEL=linux-$lnxmaj.$lnxrel.tar.bz2 +SERIES=2.6.22-vanilla.series VERSION=$lnxmaj -EXTRA_VERSION=lustre.@VERSION@ +EXTRA_VERSION="${lnxrel}_lustre.@VERSION@" LUSTRE_VERSION=@VERSION@ RHBUILD=0 +LINUX26=1 +# No /boot/Kerntypes* in SLES10 +SUSEBUILD=0 -BASE_ARCHS="" + +BASE_ARCHS="i686 x86_64" BIGMEM_ARCHS="" BOOT_ARCHS="" JENSEN_ARCHS="" -SMP_ARCHS="" +SMP_ARCHS="x86_64" +BIGSMP_ARCHS="i686" +PSERIES64_ARCHS="" UP_ARCHS="" SRC_ARCHS="" + +for cc in gcc ; do + if which $cc >/dev/null 2>/dev/null ; then + export CC=$cc + break + fi +done