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
cfa88f62
Commit
cfa88f62
authored
Aug 04, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(install-common): Install protoize and related files if they were compiled.
(install-proto): Target deleted. From-SVN: r1760
parent
027cec3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
gcc/Makefile.in
+11
-10
No files found.
gcc/Makefile.in
View file @
cfa88f62
...
...
@@ -1391,6 +1391,17 @@ install-common: native install-dir xgcc $(srcdir)/g++ $(srcdir)/c++ $(EXTRA_PART
ln
$(bindir)/gcc
$(bindir)/gcc-$(target)-1;
\
mv
$(bindir)/gcc-$(target)-1
$(bindir)/gcc-$(target);
\
fi
# Install protoize if it was compiled.
if
[
-f
protoize
];
\
then
\
rm
-f
$(bindir)/protoize;
\
$(INSTALL_PROGRAM)
protoize
$(bindir)/protoize;
\
rm
-f
$(bindir)/unprotoize;
\
$(INSTALL_PROGRAM)
unprotoize
$(bindir)/unprotoize;
\
rm
-f
$(libsubdir)/SYSCALLS.c.X;
\
$(INSTALL_DATA)
SYSCALLS.c.X
$(libsubdir)/SYSCALLS.c.X;
\
chmod
a-x
$(libsubdir)/SYSCALLS.c.X;
\
fi
-rm
-f
$(bindir)/c++
$(INSTALL_PROGRAM)
$(srcdir)/c++
$(bindir)/c++
-rm
-f
$(bindir)/g++
...
...
@@ -1398,16 +1409,6 @@ install-common: native install-dir xgcc $(srcdir)/g++ $(srcdir)/c++ $(EXTRA_PART
-rm
-f
$(libsubdir)/cpp
$(INSTALL_PROGRAM)
cpp
$(libsubdir)/cpp
# Install protoize.
install-proto
:
proto install-dir
-
rm
-f
$(bindir)
/protoize
$(INSTALL_PROGRAM)
protoize
$(bindir)
/protoize
-
rm
-f
$(bindir)
/unprotoize
$(INSTALL_PROGRAM)
unprotoize
$(bindir)
/unprotoize
-
rm
-f
$(libsubdir)
/SYSCALLS.c.X
$(INSTALL_DATA)
SYSCALLS.c.X
$(libsubdir)
/SYSCALLS.c.X
chmod a-x
$(libsubdir)
/SYSCALLS.c.X
# Install the man pages.
install-man
:
install-dir $(srcdir)/gcc.1 $(srcdir)/cccp.1 $(srcdir)/g++.1
-
rm
-f
$(mandir)
/gcc
$(manext)
...
...
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