Skip to content
Snippets Groups Projects
Commit 2f6924a4 authored by Geoffrey Keating's avatar Geoffrey Keating Committed by Geoffrey Keating
Browse files

* btest-gcc.sh: Continue after bootstrap comparison failure.

From-SVN: r151349
parent ce18efcb
No related branches found
No related tags found
No related merge requests found
2009-09-02 Geoff Keating <geoffk@apple.com>
* btest-gcc.sh: Continue after bootstrap comparison failure.
2008-11-27 Geoff Keating <geoffk@geoffk.org> 2008-11-27 Geoff Keating <geoffk@geoffk.org>
* mkindex.pl: New. * mkindex.pl: New.
......
...@@ -127,6 +127,7 @@ if [ $H_HOST = $H_TARGET ] ; then ...@@ -127,6 +127,7 @@ if [ $H_HOST = $H_TARGET ] ; then
if ! make $dashj bootstrap ; then if ! make $dashj bootstrap ; then
[ -s .bad_compare ] || exit 1 [ -s .bad_compare ] || exit 1
cat .bad_compare >> $REGRESS || exit 1 cat .bad_compare >> $REGRESS || exit 1
touch compare || exit 1 # Prevent the comparison from running again
make $dashj all || exit 1 make $dashj all || exit 1
fi fi
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment