From b7e779e065a2da2fd8c2186c636f91c64262eb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 5 Oct 2006 17:36:59 +0000 Subject: [PATCH] build all first git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18244 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/heimdal-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/heimdal-build.sh b/tools/heimdal-build.sh index e55d38520..141adf7a0 100644 --- a/tools/heimdal-build.sh +++ b/tools/heimdal-build.sh @@ -181,7 +181,7 @@ fi cd ${hversion} || exit 1 echo "Configuring and building ($hversion)" -(./configure ${confflags} && make check) > ab.txt 2>&1 +(./configure ${confflags} && make all check) > ab.txt 2>&1 if [ "X${resultdir}" != X ] ; then cp ab.txt "${resultdir}/ab-${hversion}-${hostname}-${date}.txt"