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
14 SERIES=3.0-sles11.series
16 EXTRA_VERSION="${lnxmin#.}-${lnxrel}_lustre.@VERSION@"
17 LUSTRE_VERSION=@VERSION@
21 BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
25 DEFAULT_ARCHS="i686 x86_64 ia64 ppc64"
33 if which $cc >/dev/null 2>/dev/null ; then