Whamcloud - gitweb
RPM build fix from 1.0.4
[fs/lustre-release.git] / lustre / scripts / lmake
index 3a851a8..c114961 100755 (executable)
@@ -328,7 +328,7 @@ build_lustre()
 {
     (( $BUILD_LUSTRE )) || return 0
     pushd "$TOPDIR" >/dev/null
-    make -j $JOBS -s
+    make -j $JOBS -s || fatal 1 "Error building Lustre."
     popd >/dev/null
 }