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
fd1146d4
Commit
fd1146d4
authored
Feb 17, 2004
by
Geoffrey Keating
Committed by
Geoffrey Keating
Feb 17, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Make-lang.in (java.install-man): Add extra dependencies.
From-SVN: r77946
parent
e3d6e740
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/java/ChangeLog
+4
-0
gcc/java/Make-lang.in
+3
-1
No files found.
gcc/java/ChangeLog
View file @
fd1146d4
2004
-
02
-
16
Geoffrey
Keating
<
geoffk
@
apple
.
com
>
*
Make
-
lang
.
in
(
java
.
install
-
man
):
Add
extra
dependencies
.
2004
-
02
-
13
Geoffrey
Keating
<
geoffk
@
apple
.
com
>
*
Make
-
lang
.
in
:
Install
man
pages
under
the
same
names
...
...
gcc/java/Make-lang.in
View file @
fd1146d4
...
...
@@ -396,7 +396,9 @@ rmiregistry.pod: java/gcj.texi
# Install the man pages.
java.install-man
:
installdirs
\
$(DESTDIR)$(man1dir)/$(JAVA_INSTALL_NAME)$(man1ext)
$(DESTDIR)$(man1dir)/$(JAVA_INSTALL_NAME)$(man1ext)
\
$(JAVA_TARGET_INDEPENDENT_BIN_TOOLS:%=doc/%.1)
\
doc/gij.1 doc/jv-convert.1 doc/rmic.1 doc/rmiregistry.1
for
tool
in
$(JAVA_TARGET_INDEPENDENT_BIN_TOOLS)
\
gij jv-convert rmic rmiregistry
;
do
\
tool_transformed_name
=
`
echo
$$
tool|sed
'
$(program_transform_name)
'
`
;
\
...
...
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