mirror of git://gcc.gnu.org/git/gcc.git
* contrib/test_summary (files): Sort before evaluating.
From-SVN: r42673
This commit is contained in:
parent
3aa8219e0c
commit
26d8af0619
|
@ -1,3 +1,7 @@
|
||||||
|
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
|
||||||
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 ] &&
|
||||||
|
|
Loading…
Reference in New Issue