X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=make.sh;h=df101ca494e70fee51b2a15e061838be548d3adf;hb=920649d1915aa94b4af894b7284c3a52b11cdf0f;hp=64a565b32bad6648d30dd0cf5ceedcc94ffc74a7;hpb=5f492c8a8eea8a407d82de104e16b7148a7f9eb8;p=sbcl.git diff --git a/make.sh b/make.sh index 64a565b..df101ca 100755 --- a/make.sh +++ b/make.sh @@ -113,9 +113,18 @@ sh make-config.sh || exit 1 # Or, if you can set up the files somewhere shared (with NFS, AFS, or # whatever) between the host machine and the target machine, the basic # procedure above should still work, but you can skip the "copy" steps. -time sh make-host-1.sh || exit 1 -time sh make-target-1.sh || exit 1 -time sh make-host-2.sh || exit 1 -time sh make-target-2.sh || exit 1 -time sh make-target-contrib.sh || exit 1 +sh make-host-1.sh || exit 1 +sh make-target-1.sh || exit 1 +sh make-host-2.sh || exit 1 +sh make-target-2.sh || exit 1 +sh make-target-contrib.sh || exit 1 + +# Sometimes people used to see the "No tests failed." output from the last +# DEFTEST in contrib self-tests and thing that's all that is. So... +echo +echo The build seems to have finished successfully. If you would like +echo run more extensive tests on the new SBCL, you can try +echo " cd tests && sh ./run-tests.sh." +echo "(but expect some failures on non-x86 platforms)." + date