Whamcloud - gitweb
update with current HEAD
authorshaocheng <shaocheng>
Tue, 24 Feb 2004 23:38:43 +0000 (23:38 +0000)
committershaocheng <shaocheng>
Tue, 24 Feb 2004 23:38:43 +0000 (23:38 +0000)
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
 }