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
3abaac67
Commit
3abaac67
authored
Jul 07, 2000
by
Phil Edwards
Committed by
Jeff Law
Jul 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* symlink-tree: Check number of arguments.
From-SVN: r34900
parent
fba5638f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
ChangeLog
+4
-0
symlink-tree
+5
-0
No files found.
ChangeLog
View file @
3abaac67
2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
* symlink-tree: Check number of arguments.
2000-07-05 Jim Wilson <wilson@cygnus.com>
* Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
...
...
symlink-tree
View file @
3abaac67
...
...
@@ -10,6 +10,11 @@ prog=$0
srcdir
=
$1
ignore
=
"
$2
"
if
test
$#
-lt
1
;
then
echo
"symlink-tree error: Usage: symlink-tree srcdir
\"
ignore1 ignore2 ...
\"
"
exit
1
fi
ignore_additional
=
". .. CVS"
# If we were invoked with a relative path name, adjust ${prog} to work
...
...
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