build all first

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18244 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-05 17:36:59 +00:00
parent c3202606de
commit b7e779e065

View File

@@ -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"