X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fkernel_patches%2Ftargets%2F2.6-vanilla.target.in;h=22b55d76d99a30ea19580272ae546a2ff110ab38;hp=00c05df8ef33948fb9866044b9274cda50af684d;hb=59a81cdb1d8ea8372f0e4fa2fb56cd7406cb8c10;hpb=fbb7ead129258897f5a5d5c9ce28d31fbbe5bca2 diff --git a/lustre/kernel_patches/targets/2.6-vanilla.target.in b/lustre/kernel_patches/targets/2.6-vanilla.target.in index 00c05df..22b55d7 100644 --- a/lustre/kernel_patches/targets/2.6-vanilla.target.in +++ b/lustre/kernel_patches/targets/2.6-vanilla.target.in @@ -1,15 +1,29 @@ -lnxmaj=2.6.6 +lnxmaj="2.6.22" +lnxrel="14" -KERNEL=linux-$lnxmaj.tar.gz -SERIES=2.6-vanilla +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="i686 x86_64" +BIGSMP_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