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=4.4-sles12.series
15 LDISKFS_SERIES=4.4-sles12sp3.series
17 EXTRA_VERSION="${lnxmin#.}-${lnxrel}_lustre.@VERSION@"
18 LUSTRE_VERSION=@VERSION@
22 BASE_ARCHS="i686 ppc x86_64 ia64 ppc64"
26 DEFAULT_ARCHS="i686 x86_64 ia64 ppc64"
34 if which $cc >/dev/null 2>/dev/null ; then