Whamcloud - gitweb
b=15979
authorgrev <grev>
Fri, 6 Jun 2008 16:37:35 +0000 (16:37 +0000)
committergrev <grev>
Fri, 6 Jun 2008 16:37:35 +0000 (16:37 +0000)
i=Brian
i=Alexey.Lyashkov

Set build_success=true if build_lustre did not fail for case ! PATCHLESS and ! -z LINUX

build/lbuild

index 372096c..cdade93 100755 (executable)
@@ -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"