summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 8c0d4b02..4c3d9ff6 100755
--- a/build.sh
+++ b/build.sh
@@ -25,6 +25,10 @@ for BUILD_TARGET_META in invariants ${BUILD_TARGETS_META:-world}; do
0) : $((BUILD_NFINI+=1));
if [ "${ARG_VERBOSE2:-0}" -eq 1 ]; then
cat "${WORKDIR}/${PKG_NAME}_stdout.log";
+ if [ "${ARG_XTRACE:-0}" -eq 1 ]; then
+ ex_log_msg vvfo "${WORKDIR}/${PKG_NAME}_stderr.log:";
+ cat "${WORKDIR}/${PKG_NAME}_stderr.log";
+ fi;
fi;
ex_log_msg succ "Finished \`${PKG_NAME}' build."; ;;
*) : $((BUILD_NFAIL+=1));