lnxmaj="2.6.16" lnxmin=".60" lnxrel="0.42.8" # 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="" # 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="" VERSION=$lnxmaj EXTRA_VERSION="${lnxmin#.}-${lnxrel}_lustre.@VERSION@" LUSTRE_VERSION=@VERSION@ OFED_VERSION=1.5.1 RDAC_VERSION="09.03.0C02.0013" MPTLINUX_VERSION="4.18.20.04" BASE_ARCHS="i686 ppc x86_64 ia64 ppc64" BIGMEM_ARCHS="" BOOT_ARCHS="" JENSEN_ARCHS="" SMP_ARCHS="x86_64 ia64" BIGSMP_ARCHS="i686" PSERIES64_ARCHS="ppc" PPC64_ARCHS="ppc64" 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