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
84d6d72f
Commit
84d6d72f
authored
Jun 04, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Jun 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* newcvsroot: Handle filenames that contain spaces.
From-SVN: r34391
parent
35718b49
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
contrib/ChangeLog
+4
-0
contrib/newcvsroot
+2
-2
No files found.
contrib/ChangeLog
View file @
84d6d72f
2000-06-04 Mark Mitchell <mark@codesourcery.com>
* newcvsroot: Handle filenames that contain spaces.
2000-06-03 Zack Weinberg <zack@wolery.cumb.org>
* test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
...
...
contrib/newcvsroot
View file @
84d6d72f
...
...
@@ -24,10 +24,10 @@ esac
find
$topdir
\(
-name
Repository
-o
-name
Root
\)
-print
|
while
read
f
;
do
case
"
$f
"
in
*
/CVS/Root
)
echo
$root
>
$f
;;
*
/CVS/Root
)
echo
$root
>
"
$f
"
;;
*
/CVS/Repository
)
r
=
${
module
}${
f
#
${
topdir
}}
echo
>
$f
$rep
/
${
r
%/CVS/Repository
}
echo
>
"
$f
"
$rep
/
${
r
%/CVS/Repository
}
;;
esac
...
...
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