From b0ad890f37b285f984bdf2bc6e6508acffbf2206 Mon Sep 17 00:00:00 2001 From: shaocheng Date: Tue, 24 Feb 2004 23:38:43 +0000 Subject: [PATCH] update with current HEAD --- lustre/scripts/lmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/scripts/lmake b/lustre/scripts/lmake index 3a851a8..c114961 100755 --- a/lustre/scripts/lmake +++ b/lustre/scripts/lmake @@ -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 } -- 1.8.3.1