summaryrefslogtreecommitdiff
path: root/utils/makellvm
diff options
context:
space:
mode:
Diffstat (limited to 'utils/makellvm')
-rwxr-xr-xutils/makellvm1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/makellvm b/utils/makellvm
index 9c479efc96..ae77712941 100755
--- a/utils/makellvm
+++ b/utils/makellvm
@@ -131,6 +131,7 @@ set CMD = "make $GMAKE_OPTS && (cd $LLVMDIR/tools/$EXEC && make $GMAKE_OPTS)"
if ($doit == 1) then
csh -f -c "$CMD"
+ set pstatus = $?
else
echo '(NOT EXECUTING) COMMAND:'
echo " $CMD"