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
b70b3534
Commit
b70b3534
authored
May 09, 2002
by
Federico G. Schwindt
Committed by
DJ Delorie
May 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in: Honour DESTDIR.
From-SVN: r53340
parent
890d52e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
+4
-0
Makefile.in
+2
-2
No files found.
ChangeLog
View file @
b70b3534
2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
* Makefile.in: Honour DESTDIR.
2002-05-08 Mark Mitchell <mark@codesourcery.com>
2002-05-08 Mark Mitchell <mark@codesourcery.com>
* config.guess: Import 2002-03-20 version.
* config.guess: Import 2002-03-20 version.
...
...
Makefile.in
View file @
b70b3534
...
@@ -1826,8 +1826,8 @@ install-sid: install-tcl install-tk
...
@@ -1826,8 +1826,8 @@ install-sid: install-tcl install-tk
### other supporting targets
### other supporting targets
MAKEDIRS
=
\
MAKEDIRS
=
\
$(prefix)
\
$(
DESTDIR)$(
prefix)
\
$(exec_prefix)
$(
DESTDIR)$(
exec_prefix)
.PHONY
:
installdirs
.PHONY
:
installdirs
installdirs
:
mkinstalldirs
installdirs
:
mkinstalldirs
$(SHELL)
$(srcdir)
/mkinstalldirs
$(MAKEDIRS)
$(SHELL)
$(srcdir)
/mkinstalldirs
$(MAKEDIRS)
...
...
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