mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 04:58:53 +08:00
test_summary: Export filesuffix, not fileprefix.
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com> * test_summary: Export filesuffix, not fileprefix. From-SVN: r38513
This commit is contained in:
parent
26f6672d2e
commit
5da01bc1fb
@ -1,3 +1,7 @@
|
||||
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
|
||||
|
||||
* test_summary: Export filesuffix, not fileprefix.
|
||||
|
||||
2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* release: Change some EGCS references to GCC.
|
||||
|
@ -48,7 +48,7 @@ if test -z "$AWK" ; then
|
||||
done
|
||||
fi
|
||||
|
||||
: ${filesuffix=}; export fileprefix
|
||||
: ${filesuffix=}; export filesuffix
|
||||
: ${move=true}; export move
|
||||
: ${forcemail=false}; export forcemail
|
||||
while true; do
|
||||
|
Loading…
Reference in New Issue
Block a user