# HG changeset patch # User kleing # Date 1070681370 -3600 # Node ID 00eb40463c27ed3fbc95e2f7689014a3e676ab0d # Parent ae499452700a0a8c3d55020e0b98ec0e5433900d make Pure first to avoid race conditions on multi processor machines diff -r ae499452700a -r 00eb40463c27 Admin/isatest-makeall --- a/Admin/isatest-makeall Fri Dec 05 19:39:39 2003 +0100 +++ b/Admin/isatest-makeall Sat Dec 06 04:29:30 2003 +0100 @@ -109,6 +109,9 @@ echo ------------------- starting test --- `date` --- $HOSTNAME > $TESTLOG 2>&1 cat $SETTINGS >> $DISTPREFIX/Isabelle/etc/settings + cd $DISTPREFIX/Isabelle/src/Pure + $DISTPREFIX/Isabelle/bin/isatool make Pure $MFLAGS all >> $TESTLOG 2>&1 + cd - $NICE $DISTPREFIX/Isabelle/bin/isatool makeall $MFLAGS all >> $TESTLOG 2>&1 if [ $? -eq 0 ]