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
269df0f8
Commit
269df0f8
authored
May 23, 1998
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* test_summary: find good awk (copied from warn_summary).
From-SVN: r19992
parent
57fec042
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
1 deletions
+20
-1
contrib/ChangeLog
+7
-0
contrib/test_summary
+13
-1
No files found.
contrib/ChangeLog
0 → 100644
View file @
269df0f8
Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
* test_summary: find good awk (copied from warn_summary).
Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
* test_summary, warn_summary: New files
contrib/test_summary
View file @
269df0f8
...
@@ -31,6 +31,18 @@
...
@@ -31,6 +31,18 @@
# -t: prevents logs from being renamed
# -t: prevents logs from being renamed
# -m: specify the e-mail address to send notes to. An appropriate default should be selected from the log files.
# -m: specify the e-mail address to send notes to. An appropriate default should be selected from the log files.
# -f: force reports to be mailed; if omitted, only reports that differ from the sent.* version are sent
# -f: force reports to be mailed; if omitted, only reports that differ from the sent.* version are sent
# Find a good awk.
if
test
-z
"
$AWK
"
;
then
for
AWK
in
gawk nawk awk
;
do
if
type
$AWK
2>&1 |
grep
'not found'
>
/dev/null 2>&1
;
then
:
else
break
fi
done
fi
:
${
filesuffix
=
}
;
export
fileprefix
:
${
filesuffix
=
}
;
export
fileprefix
:
${
move
=true
}
;
export
move
:
${
move
=true
}
;
export
move
:
${
forcemail
=false
}
;
export
forcemail
:
${
forcemail
=false
}
;
export
forcemail
...
@@ -63,7 +75,7 @@ for file in $files; do
...
@@ -63,7 +75,7 @@ for file in $files; do
done
&&
done
&&
$anyfile
&&
$anyfile
&&
if
$forcemail
||
$anychange
;
then
:
;
else
mailto
=
nobody
;
fi
&&
if
$forcemail
||
$anychange
;
then
:
;
else
mailto
=
nobody
;
fi
&&
gawk
'
$AWK
'
BEGIN {
BEGIN {
lang="";
lang="";
print "cat <<EOF |";
print "cat <<EOF |";
...
...
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