4 # use this when there is an "RPM fix" which means that the name of the
5 # (source) RPM has been updated but the version of the kernel inside the
6 # RPM is not also updated
9 # this is the delimeter that goes before the "smp" at the end of the version
13 KERNEL_SRPM=kernel-source-${lnxmaj}${lnxmin}-${lnxrel}${rpmfix}.src.rpm
16 EXTRA_VERSION="${lnxmin#.}-${lnxrel}_lustre.@VERSION@"
17 LUSTRE_VERSION=@VERSION@
20 # if using "inkernel" on sles10, we need to know which version of ofed-devel
22 OFED_DEVEL_VERSION="1.4.2-0.8.4.1682.0.PTF.578796"
24 BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
28 SMP_ARCHS="x86_64 ia64"
37 if which $cc >/dev/null 2>/dev/null ; then