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
fd602e5a
Commit
fd602e5a
authored
Jul 27, 1993
by
Per Bothner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass '-' to tr as the 1-character range '---'.
From-SVN: r5009
parent
cefd15ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/fixproto
+2
-2
No files found.
gcc/fixproto
View file @
fd602e5a
...
@@ -167,7 +167,7 @@ if [ `echo $* | wc -w` != 0 ] ; then
...
@@ -167,7 +167,7 @@ if [ `echo $* | wc -w` != 0 ] ; then
echo
$abs_target_file
exists,
$abs_source_file
is ignored
echo
$abs_target_file
exists,
$abs_source_file
is ignored
else
else
# echo doing $rel_source_file from $abs_source_dir
# echo doing $rel_source_file from $abs_source_dir
rel_source_ident
=
`
echo
$rel_source_file
| tr ./- ___
`
rel_source_ident
=
`
echo
$rel_source_file
| tr ./-
--
___
`
required_list
=
`
eval echo
'${required_'
${
rel_source_ident
}
'-}'
`
required_list
=
`
eval echo
'${required_'
${
rel_source_ident
}
'-}'
`
extra_check_list
=
`
eval echo
'${extra_check_'
${
rel_source_ident
}
'-}'
`
extra_check_list
=
`
eval echo
'${extra_check_'
${
rel_source_ident
}
'-}'
`
rm
-f
tmp.c tmp.i
rm
-f
tmp.c tmp.i
...
@@ -221,7 +221,7 @@ do
...
@@ -221,7 +221,7 @@ do
then
true
then
true
else
else
echo
Adding missing
$rel_source_file
echo
Adding missing
$rel_source_file
rel_source_ident
=
`
echo
$rel_source_file
| tr ./- ___
`
rel_source_ident
=
`
echo
$rel_source_file
| tr ./-
--
___
`
required_list
=
`
eval echo
'${required_'
${
rel_source_ident
}
'-}'
`
required_list
=
`
eval echo
'${required_'
${
rel_source_ident
}
'-}'
`
cat
>
tmp.h
<<
EOF
cat
>
tmp.h
<<
EOF
#ifndef
${
rel_source_ident
}
#ifndef
${
rel_source_ident
}
...
...
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