From: brian Date: Wed, 23 Jul 2008 16:54:05 +0000 (+0000) Subject: b=16437 X-Git-Tag: v1_9_50~157 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=f940ffad2bc61bc1f7f14340f4142d14f9712c65;hp=d1ed4b46a3585e434988b20d238ee7b5f0aaab0e b=16437 i=yibin.wang i=sheng.yang Don't require that the kenrel config file exist for patchless client builds. Build ppc64 targets for both SLES10 and RHEL5. --- diff --git a/build/lbuild b/build/lbuild index 354a022..020501b 100755 --- a/build/lbuild +++ b/build/lbuild @@ -477,8 +477,10 @@ load_target() local lnxrelnew=${lnxrel//-/_} - [ -f "$CONFIG_FILE" ] || \ + if ! $PATCHLESS && [ ! -f "$CONFIG_FILE" ]; then fatal 1 "Config file for target $TARGET missing from $TOPDIR/lustre/lustre/kernel_patches/kernel_configs/." + fi + if [ "$EXTRA_VERSION_save" ] ; then EXTRA_VERSION="$EXTRA_VERSION_save" elif ! $RELEASE; then