Whamcloud - gitweb
LU-5626 ldiskfs: update non-htree dotdot in rename
[fs/lustre-release.git] / contrib / lbuild / lbuild-rhel7
1 # vim:expandtab:shiftwidth=4:softtabstop=4:tabstop=4:
2
3 source ${LBUILD_DIR}/lbuild-rhel
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-rhel7() {
10     local prefix="$1"
11     local wanted_kernel="$2"
12     local pathtorpms=${3:-"$KERNELRPMSBASE/$lnxmaj/$DISTROMAJ/$TARGET_ARCH"}
13
14     find_linux_rpm-rhel "$prefix" "$wanted_kernel" "$pathtorpms"
15
16 }