Whamcloud - gitweb
LU-12561 kernel: Remove 2.6 based SLES11 support
[fs/lustre-release.git] / lustre / kernel_patches / targets / 2.6-sles11.target.in
diff --git a/lustre/kernel_patches/targets/2.6-sles11.target.in b/lustre/kernel_patches/targets/2.6-sles11.target.in
deleted file mode 100644 (file)
index 85e8606..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-lnxmaj="2.6.32"
-lnxmin=".36"
-lnxrel="0.5"
-# use this when there is an "RPM fix" which means that the name of the
-# (source) RPM has been updated but the version of the kernel inside the
-# RPM is not also updated
-rpmfix=".2"
-
-# this is the delimeter that goes before the "smp" at the end of the version
-# defaults to empty
-FLAVOR_DELIMITER="-"
-
-KERNEL_SRPM=kernel-source-${lnxmaj}${lnxmin}-${lnxrel}${rpmfix}.src.rpm
-SERIES=2.6-sles11.series
-VERSION=$lnxmaj
-EXTRA_VERSION="${lnxmin#.}-${lnxrel}_lustre.@VERSION@"
-LUSTRE_VERSION=@VERSION@
-
-OFED_VERSION=inkernel
-
-BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
-BIGMEM_ARCHS=""
-BOOT_ARCHS=""
-JENSEN_ARCHS=""
-DEFAULT_ARCHS="i686 x86_64 ia64 ppc64"
-BIGSMP_ARCHS=""
-PSERIES64_ARCHS="ppc"
-UP_ARCHS=""
-SRC_ARCHS=""
-#RPMSMPTYPE="smp"
-
-for cc in gcc ; do
-    if which $cc >/dev/null 2>/dev/null ; then
-        export CC=$cc
-        break
-    fi
-done