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
fbf3e0dd
Commit
fbf3e0dd
authored
Jan 16, 2004
by
Andreas Jaeger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Add $(DESTDIR).
From-SVN: r75964
parent
701b701b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/Makefile.in
+2
-2
No files found.
gcc/ada/ChangeLog
View file @
fbf3e0dd
2004
-
01
-
16
Andreas
Jaeger
<
aj
@
suse
.
de
>
*
Makefile
.
in
:
Add
$(
DESTDIR
).
2004
-
01
-
15
Olivier
Hainque
<
hainque
@
act
-
europe
.
fr
>
*
decl
.
c
(
gnat_to_gnu_entity
,
E_Variable
):
Retrieve
the
object
size
...
...
gcc/ada/Makefile.in
View file @
fbf3e0dd
...
...
@@ -1706,11 +1706,11 @@ install-gnatlib: ../stamp-gnatlib
for
file
in
gnat
gnarl;
do
\
if
[
-f
rts/lib$$file-$(LIBRARY_VERSION)$(soext)
];
then
\
$(INSTALL)
rts/lib$$file-$(LIBRARY_VERSION)$(soext)
\
$(ADA_RTL_OBJ_DIR);
\
$(
DESTDIR)$(
ADA_RTL_OBJ_DIR);
\
fi;
\
if
[
-f
rts/lib$$file$(soext)
];
then
\
$(LN_S)
lib$$file-$(LIBRARY_VERSION)$(soext)
\
$(ADA_RTL_OBJ_DIR)/lib$$file$(soext);
\
$(
DESTDIR)$(
ADA_RTL_OBJ_DIR)/lib$$file$(soext);
\
fi;
\
done
# This copy must be done preserving the date on the original file.
...
...
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