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
baacc9f7
Commit
baacc9f7
authored
May 19, 2001
by
Bruce Korb
Committed by
Bruce Korb
May 19, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
open stdin for those building with a closed one.
From-SVN: r42326
parent
c3226462
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
gcc/ChangeLog
+1
-0
gcc/fixinc/Makefile.in
+1
-1
No files found.
gcc/ChangeLog
View file @
baacc9f7
2001
-
05
-
19
Bruce
Korb
<
bkorb
@gnu
.
org
>
2001
-
05
-
19
Bruce
Korb
<
bkorb
@gnu
.
org
>
*
fixinc
/
genfixes
:
no
need
for
two
warnings
*
fixinc
/
genfixes
:
no
need
for
two
warnings
*
fixinc
/
Makefile
.
in
:
open
stdin
for
those
building
with
a
closed
one
.
2001
-
05
-
19
Mark
Mitchell
<
mark
@codesourcery
.
com
>
2001
-
05
-
19
Mark
Mitchell
<
mark
@codesourcery
.
com
>
...
...
gcc/fixinc/Makefile.in
View file @
baacc9f7
...
@@ -122,7 +122,7 @@ maintainer-clean : clean
...
@@ -122,7 +122,7 @@ maintainer-clean : clean
# We still copy the script because we still have alternative scripts.
# We still copy the script because we still have alternative scripts.
#
#
install-bin
:
$(TARGETS)
install-bin
:
$(TARGETS)
./fixincl
-v
./fixincl
-v
< /dev/null
@
if
[
-f
../fixinc.sh
]
;
then
rm
-f
../fixinc.sh
||
\
@
if
[
-f
../fixinc.sh
]
;
then
rm
-f
../fixinc.sh
||
\
mv
-f
../fixinc.sh ../fixinc.sh.
$$
||
exit
1
;
else
:
;
fi
mv
-f
../fixinc.sh ../fixinc.sh.
$$
||
exit
1
;
else
:
;
fi
@
cp
$(srcdir)
/fixincl.sh ../fixinc.sh
@
cp
$(srcdir)
/fixincl.sh ../fixinc.sh
...
...
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