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
1acce4c7
Commit
1acce4c7
authored
Feb 02, 2002
by
Jason Merrill
Committed by
Jason Merrill
Feb 02, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.am (clean-nat): New target.
From-SVN: r49443
parent
444c52f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
libjava/ChangeLog
+4
-0
libjava/Makefile.am
+4
-0
No files found.
libjava/ChangeLog
View file @
1acce4c7
2002-02-02 Jason Merrill <jason@redhat.com>
* Makefile.am (clean-nat): New target.
2002-02-02 Tom Tromey <tromey@redhat.com>
* java/io/natFile.cc: Removed old "FIXME" comments.
...
...
libjava/Makefile.am
View file @
1acce4c7
...
...
@@ -203,6 +203,10 @@ clean-local:
## We just remove every .class file that was created.
find
.
-name
'*.class'
-print
|
xargs
rm
-f
# Just remove the objects from C++ sources, for testing the C++ compiler.
clean-nat
:
rm
-f
$(nat_files)
$(x_nat_files)
SUFFIXES
=
.class .java .h
.class.lo
:
...
...
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