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
e50d2932
Commit
e50d2932
authored
24 years ago
by
Alexandre Oliva
Committed by
Alexandre Oliva
24 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* test_summary: AWK breaks with filenames containing `='.
From-SVN: r35578
parent
1fcbbcd3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
contrib/ChangeLog
+4
-0
contrib/test_summary
+5
-1
No files found.
contrib/ChangeLog
View file @
e50d2932
2000-08-09 Alexandre Oliva <aoliva@redhat.com>
* test_summary: AWK breaks with filenames containing `='.
Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
* gcc_build: New script.
...
...
This diff is collapsed.
Click to expand it.
contrib/test_summary
View file @
e50d2932
...
...
@@ -82,6 +82,10 @@ for file in $files; do
done
&&
$anyfile
&&
if
$forcemail
||
$anychange
;
then
:
;
else
mailto
=
nobody
;
fi
&&
# We use cat instead of listing the files as arguments to AWK because
# GNU awk 3.0.0 would break if any of the filenames contained `=' and
# was preceded by an invalid ``variable'' name.
cat
./config.status
$files
|
$AWK
'
BEGIN {
lang="";
...
...
@@ -122,7 +126,7 @@ END { if (lang != "") {
print "Mail -s \"Results for " prefix version lang "testsuite on " host "\" '
"
${
mailto
}
"
' &&";
}}
{ next; }
'
./config.status
$files
| sed
"s/
\(
[
\`\$\\\\
]
\)
/
\\\\\\
1/g"
&&
'
| sed
"s/
\(
[
\`\$\\\\
]
\)
/
\\\\\\
1/g"
&&
if
$move
;
then
for
file
in
$files
`
ls
-1
$files
| sed s/sum
$/
log/
`
;
do
[
-f
$file
]
&&
echo
"mv
`
pwd
`
/
$file
`
pwd
`
/
$file
.sent &&"
...
...
This diff is collapsed.
Click to expand it.
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