mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Stop saying (out of 20 contribs)
Some are disabled or not applicable to the platform, confusing the users.
This commit is contained in:
parent
5b1d6e6b32
commit
1d103b04ae
3
make.sh
3
make.sh
|
|
@ -136,10 +136,9 @@ src/runtime/sbcl --core output/sbcl.core --lose-on-corruption --noinform \
|
|||
# contrib/Makefile shouldn't be counted in NCONTRIBS nor should asdf and uiop.
|
||||
# The asdf directory produces 2 fasls, so is unlike all our other contribs
|
||||
# and would therefore mess up the accounting here if included.
|
||||
NCONTRIBS=`ls -1 contrib/sb-*/Makefile | wc -l`
|
||||
NPASSED=`ls obj/sbcl-home/contrib/sb-*.fasl | wc -l`
|
||||
echo
|
||||
echo "The build seems to have finished successfully, including $NPASSED (out of $NCONTRIBS)"
|
||||
echo "The build seems to have finished successfully, including $NPASSED"
|
||||
echo "contributed modules. If you would like to run more extensive tests on"
|
||||
echo "the new SBCL, you can try:"
|
||||
echo
|
||||
|
|
|
|||
Loading…
Reference in a new issue