mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-12 23:47:34 +02:00
doing a final make cleaner after the build tests (that always trips me up)
This commit is contained in:
parent
865fdbc676
commit
cafcad3ca4
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ for opts in $(cat ${BUILDDIR}/build-opts.txt); do
|
||||||
fi
|
fi
|
||||||
i=$((i+1))
|
i=$((i+1))
|
||||||
done
|
done
|
||||||
|
$MAKE cleaner 2>&1 >/dev/null
|
||||||
|
|
||||||
if [ $FAILURES = 0 ]; then
|
if [ $FAILURES = 0 ]; then
|
||||||
echo "build-tests: all tests passed"
|
echo "build-tests: all tests passed"
|
||||||
|
|
Loading…
Add table
Reference in a new issue