Whamcloud - gitweb
LU-2148 kernel: Kernel update for latest FC18 kernel
[fs/lustre-release.git] / build / lbuild-fc18
1 # vim:expandtab:shiftwidth=4:softtabstop=4:tabstop=4:
2
3 source ${0%/*}/lbuild-fc
4
5 # increment this if you have made a change that should force a new kernel
6 # to build built
7 BUILD_GEN+=".0"
8
9 find_linux_rpm-fc18() {
10     local prefix="$1"
11     local wanted_kernel="$2"
12     local pathtorpms=${3:-"${KERNELRPMSBASE}/${lnxmaj}/${DISTRO}/${TARGET_ARCH}"}
13
14     find_linux_rpm-rhel "$prefix" "$wanted_kernel" "$pathtorpms"
15
16 }