Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
bc8735ed
Commit
bc8735ed
authored
Jul 18, 1999
by
Alexandre Oliva
Committed by
Jeff Law
Jul 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* test_summary: Replace egcs with gcc. Update e-mail address.
From-SVN: r28148
parent
91e490ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
contrib/ChangeLog
+4
-0
contrib/test_summary
+5
-5
No files found.
contrib/ChangeLog
View file @
bc8735ed
1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
* test_summary: Replace egcs with gcc. Update e-mail address.
1999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Jerry Quinn <jquinn@nortelnetworks.com>
...
...
contrib/test_summary
View file @
bc8735ed
#! /bin/sh
# (C) 1998 Free Software Foundation
# (C) 1998
-1999
Free Software Foundation
# Originally by Alexandre Oliva <oliva@dcc.unicamp.br>
# This script is Free Software, and it can be copied, distributed and
...
...
@@ -9,8 +9,8 @@
# This script processes *.{sum,log} files, producing a shell-script
# that sends e-mail to the appropriate lists and renames files to
# *.sent. It currently handles
gcc and egcs, but it should be quite
#
easy
to modify it to handle other packages and its mailing lists.
# *.sent. It currently handles
only gcc, but it should be quite easy
# to modify it to handle other packages and its mailing lists.
# The scripts assumes it is run in the root directory of the build
# tree, and it will include all .sum files it finds in the mail
...
...
@@ -85,8 +85,8 @@ if $forcemail || $anychange; then :; else mailto=nobody; fi &&
$AWK
'
BEGIN {
lang="";
address="
egcs-testresults@egcs.cygnus.com
";
version="
egcs
";
address="
gcc-testresults@gcc.gnu.org
";
version="
gcc
";
print "cat <<\EOF |";
'
${
prepend_logs
+
" system(
\"
cat
$prepend_logs
\"
); "
}
'
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment