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
ae678a13
Commit
ae678a13
authored
Sep 26, 1996
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(stmp-int-hdrs): Don't cd to srcdir before copying
header files to objdir. From-SVN: r12849
parent
7d9f07f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
gcc/Makefile.in
+3
-5
No files found.
gcc/Makefile.in
View file @
ae678a13
...
...
@@ -1809,14 +1809,12 @@ stmp-int-hdrs: stmp-fixinc $(USER_H) xlimits.h objc-headers
# The sed command gets just the last file name component;
# this is necessary because VPATH could add a dirname.
# Using basename would be simpler, but some systems don't have it.
objdir
=
`
pwd
`
;
\
cd
$(srcdir)
;
\
for
file
in
..
$(USER_H);
do
\
if
[
X$$file
!=
X..
]
;
then
\
realfile
=
`
echo
$$
file | sed
-e
's|.*/\([^/]*\)$$|\1|'
`
;
\
rm
-f
$$
objdir/
include/
$$
realfile
;
\
cp
$$
file
$$
objdir/
include
;
\
chmod a+r
$$
objdir/
include/
$$
realfile
;
\
rm
-f
include/
$$
realfile
;
\
cp
$$
file include
;
\
chmod a+r include/
$$
realfile
;
\
fi
;
\
done
rm
-f
include/limits.h
...
...
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