Whamcloud - gitweb
b=17258 give the BUILD_TESTS love to ldiskfs as well
[fs/lustre-release.git] / build / lbuild-fc11
1 # vim:expandtab:shiftwidth=4:softtabstop=4:tabstop=4:
2
3 # Replace i686 with i586 for fc11.
4 # Please see find_linux_devel_paths() in lbuild-rhel5 file for more details.
5 if [ $TARGET_ARCH == 'i686' ]; then
6         DEVEL_PATH_ARCH="i586"
7 fi
8 source ${0%/*}/lbuild-fc
9
10 # increment this if you have made a change that should force a new kernel
11 # to build built
12 #BUILD_GEN=1
13 #BUILD_GEN=2    # bz19952: remove -lustre tag from kernel RPM names
14 BUILD_GEN=3     # bz19975 enable the building of src.rpms by default
15
16