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
2d89ce6a
Commit
2d89ce6a
authored
Sep 28, 2000
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Sep 28, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gcc_update (touch_files): Add some informative output.
From-SVN: r36657
parent
2f256f66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
contrib/ChangeLog
+4
-0
contrib/gcc_update
+2
-1
No files found.
contrib/ChangeLog
View file @
2d89ce6a
2000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* gcc_update (touch_files): Add some informative output.
2000-09-16 Andreas Jaeger <aj@suse.de>
* gcc_update: Remove gcc/c-parse.gperf.
...
...
contrib/gcc_update
View file @
2d89ce6a
...
...
@@ -97,8 +97,9 @@ touch_files () {
touch
$f
if
is_out_of_date
"
$f
"
$deps
;
then
# Hmm, it may have got the same timestamp as one of
# its touched dependencies. Wait a second and retry
# its touched dependencies. Wait a second and retry
.
sleep 1
echo
Touching
"
$f
"
once more...
touch
$f
fi
fi
...
...
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