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
51e787ca
Commit
51e787ca
authored
Oct 06, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(install-dir): Create dir $(includedir).
From-SVN: r2340
parent
37cbad1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
+1
-0
gcc/Makefile.in
+1
-0
No files found.
gcc/Makefile.in
View file @
51e787ca
...
@@ -1376,6 +1376,7 @@ install-dir:
...
@@ -1376,6 +1376,7 @@ install-dir:
-
if
[
-d
$(libdir)
/gcc-lib/
$(target)
/
$(version)
]
;
then
true
;
else
mkdir
$(libdir)
/gcc-lib/
$(target)
/
$(version)
;
fi
-
if
[
-d
$(libdir)
/gcc-lib/
$(target)
/
$(version)
]
;
then
true
;
else
mkdir
$(libdir)
/gcc-lib/
$(target)
/
$(version)
;
fi
-
if
[
-d
$(libdir)
/gcc-lib/
$(target)
/
$(version)
/include
]
;
then
true
;
else
mkdir
$(libdir)
/gcc-lib/
$(target)
/
$(version)
/include
;
fi
-
if
[
-d
$(libdir)
/gcc-lib/
$(target)
/
$(version)
/include
]
;
then
true
;
else
mkdir
$(libdir)
/gcc-lib/
$(target)
/
$(version)
/include
;
fi
-
if
[
-d
$(bindir)
]
;
then
true
;
else
mkdir
$(bindir)
;
fi
-
if
[
-d
$(bindir)
]
;
then
true
;
else
mkdir
$(bindir)
;
fi
-
if
[
-d
$(includedir)
]
;
then
true
;
else
mkdir
$(includedir)
;
fi
# We don't use mkdir -p to create the parents of mandir,
# We don't use mkdir -p to create the parents of mandir,
# because some systems don't support it.
# because some systems don't support it.
# Instead, we use this technique to create the immediate parent of mandir.
# Instead, we use this technique to create the immediate parent of mandir.
...
...
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