From c4c2674447e09536a0adffe56802a0278082b07e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Oct 2006 07:47:06 +0000 Subject: [PATCH] Set status. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18500 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index c25dd7bba..a3a1d19ae 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -201,15 +201,19 @@ echo "Configuring and building ($hversion)" ./configure --enable-socket-wrapper ${confflags} > ab.txt 2>&1 if [ $? != 0 ] ; then echo Configure failed + status=${status:-configure} fi make all >> ab.txt 2>&1 if [ $? != 0 ] ; then echo Make all failed + status=${status:-make all} fi make check >> ab.txt 2>&1 if [ $? != 0 ] ; then echo Make check failed + status=${status:-make check} fi +status=${status:-ok} if [ "X${resultdir}" != X ] ; then cp ab.txt "${resultdir}/ab-${hversion}-${hostname}-${date}.txt" @@ -224,6 +228,7 @@ X-heimdal-build: kaka-till-love Version: $version Machine: `uname -a` +Status: $status EOF if [ "X$passhrase" != X ] ; then