Whamcloud - gitweb
12da9855ae3d85027df3b98fd21ed3107046d5ca
[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 # Please see find_linux_devel_paths() in lbuild-rhel5 file for more details.
9 DEVEL_PATH_ARCH_DELIMETER="."
10 source ${0%/*}/lbuild-rhel5
11
12 # increment this if you have made a change that should force a new kernel
13 # to build built
14 #BUILD_GEN=1
15 #BUILD_GEN=2    # bz19952: remove -lustre tag from kernel RPM names
16 BUILD_GEN=3     # bz19975 enable the building of src.rpms by default
17
18