Skip to content
Snippets Groups Projects
Commit 53d7e3b9 authored by neil's avatar neil
Browse files

* contrib/test_summary (files): Sort before evaluating.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42673 138bc75d-0d04-0410-961f-82ee72b054a4
parent e832af2e
No related merge requests found
2001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* contrib/test_summary (files): Sort before evaluating.
2001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 2001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* gcc_update (UPDATE_OPTIONS): Add -d to the default settings. * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
......
...@@ -63,7 +63,7 @@ while true; do ...@@ -63,7 +63,7 @@ while true; do
esac esac
done done
: ${mailto="\" address \""}; export mailto : ${mailto="\" address \""}; export mailto
files=`find . -name \*.sum$filesuffix -print` files=`find . -name \*.sum$filesuffix -print | sort`
anyfile=false anychange=$forcemail && anyfile=false anychange=$forcemail &&
for file in $files; do for file in $files; do
[ -f $file ] && [ -f $file ] &&
......
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