X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=a82b3c257811555cfda412b4d1abc422353349fc;hb=HEAD;hp=77494c619aa1bddee27f7b0cde2792db3da1f8f3;hpb=f67decd66a36843e6476d44ba11d8d596ce27c1d;p=sbcl.git diff --git a/make.sh b/make.sh index 77494c6..a82b3c2 100755 --- a/make.sh +++ b/make.sh @@ -20,10 +20,6 @@ export LANG LC_ALL # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -# Running make.sh with different options without clean.sh in the middle -# can break things. -sh clean.sh - # If you're cross-compiling, make-config.sh should "do the right # thing" when run on the target machine, with the minor caveat that # any --xc-host parameter should be suitable for the host machine @@ -75,7 +71,7 @@ time sh make-target-2.sh time sh make-target-contrib.sh NCONTRIBS=`find contrib -name Makefile -print | wc -l` -NPASSED=`find contrib -name test-passed -print | wc -l` +NPASSED=`find obj/asdf-cache -name test-passed.test-report -print | wc -l` echo echo "The build seems to have finished successfully, including $NPASSED (out of $NCONTRIBS)" echo "contributed modules. If you would like to run more extensive tests on"