From: grev Date: Fri, 6 Jun 2008 16:37:35 +0000 (+0000) Subject: b=15979 X-Git-Tag: v1_9_50~399 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=6faf8179dbd13378c3fd00ce9579199bd8ae9357 b=15979 i=Brian i=Alexey.Lyashkov Set build_success=true if build_lustre did not fail for case ! PATCHLESS and ! -z LINUX --- diff --git a/build/lbuild b/build/lbuild index 372096c..cdade93 100755 --- a/build/lbuild +++ b/build/lbuild @@ -1640,7 +1640,7 @@ elif [ -z "$LINUX" ] ; then fi fi else - build_lustre + build_lustre && build_success=true fi ( $build_success ) || fatal 1 "Cannot build lustre"