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
5eff2ed5
Commit
5eff2ed5
authored
Dec 01, 1998
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Dec 01, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* egcs_update: Only touch files that already exist.
From-SVN: r24023
parent
3c3d8235
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
contrib/ChangeLog
+4
-0
contrib/egcs_update
+2
-0
No files found.
contrib/ChangeLog
View file @
5eff2ed5
1998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* egcs_update: Only touch files that already exist.
1998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
* test_summary (EOF): remove double backslash
...
...
contrib/egcs_update
View file @
5eff2ed5
...
...
@@ -88,5 +88,7 @@ for f in gcc/c-parse.y \
gcc/fixinc/inclhack.sh
\
gcc/fixinc/fixincl.sh
do
if
[
-f
$f
]
;
then
touch
$f
fi
done
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