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
792046b6
Commit
792046b6
authored
Feb 28, 2008
by
David Daney
Committed by
David Daney
Feb 28, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* HACKING: Correct typo in find command.
From-SVN: r132736
parent
f34980bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libjava/ChangeLog
+4
-0
libjava/HACKING
+1
-1
No files found.
libjava/ChangeLog
View file @
792046b6
2008-02-27 David Daney <ddaney@avtrex.com>
* HACKING: Correct typo in find command.
2008-02-27 David Daney <ddaney@avtrex.com>
* gnu/java/net/natPlainSocketImplPosix.cc (bind): Remove check for
null host.
...
...
libjava/HACKING
View file @
792046b6
...
...
@@ -105,7 +105,7 @@ To import a new release:
scripts/makemake.tcl > sources.am
automake
- Remove the generated class and header files:
find classpath -name '*.class' xargs -r rm -f
find classpath -name '*.class'
|
xargs -r rm -f
find gnu java javax org sun -name '*.h' \
| xargs -r grep -Fl 'DO NOT EDIT THIS FILE - it is machine generated' \
| xargs -r rm -f
...
...
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