From 9d08c5e614a02a95658e4875e0dae5fec5f8567c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 18 Oct 2006 09:50:31 +0000 Subject: [PATCH] Add more verbose logging, add version of script and heimdal to the mail. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18553 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index 4606ee053..b0c3aca16 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -198,16 +198,19 @@ SOCKET_WRAPPER_DIR=`pwd`/socket_wrapper_dir export SOCKET_WRAPPER_DIR echo "Configuring and building ($hversion)" -./configure --enable-socket-wrapper ${confflags} > ab.txt 2>&1 +echo "./configure --enable-socket-wrapper ${confflags}" > ab.txt +./configure --enable-socket-wrapper ${confflags} >> ab.txt 2>&1 if [ $? != 0 ] ; then echo Configure failed status=${status:-configure} fi +echo make all >> ab.txt make all >> ab.txt 2>&1 if [ $? != 0 ] ; then echo Make all failed status=${status:-make all} fi +echo make check >> ab.txt make check >> ab.txt 2>&1 if [ $? != 0 ] ; then echo Make check failed @@ -228,7 +231,8 @@ To: Subject: heimdal-build-log SPAM COOKIE X-heimdal-build: kaka-till-love -Version: $version +Script-version: ${version} +Heimdal-version: ${hversion} Machine: `uname -a` Status: $status EOF