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
1c804566
Commit
1c804566
authored
May 17, 1999
by
Rainer Orth
Committed by
Bruce Korb
May 17, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed no-op pipe
From-SVN: r26973
parent
9f8eec39
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/fixinc/fixincl.sh
+1
-1
gcc/fixinc/inclhack.sh
+1
-1
No files found.
gcc/ChangeLog
View file @
1c804566
...
...
@@ -5,6 +5,8 @@ Mon May 17 19:45:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
*
fixinc
/
inclhack
.
tpl
:
Removed
no
-
op
pipe
.
*
fixinc
/
inclhack
.
sh
fixinc
/
fixincl
.
sh
:
regenerate
Mon
May
17
07
:
23
:
34
1999
Mark
Mitchell
<
mark
@codesourcery
.
com
>
*
tree
.
def
(
TYPE_NONCOPIED_PARTS
)
:
Revise
documentation
to
match
...
...
gcc/fixinc/fixincl.sh
View file @
1c804566
...
...
@@ -395,7 +395,7 @@ echo 'Removing unneeded directories:'
cd
$LIB
all_dirs
=
`
find
.
-type
d
-print
| sort
-r
`
for
file
in
$all_dirs
;
do
rmdir
$LIB
/
$file
>
/dev/null 2>&1
| :
rmdir
$LIB
/
$file
>
/dev/null 2>&1
done
# # # # # # # # # # # # # # # # # # # # #
...
...
gcc/fixinc/inclhack.sh
View file @
1c804566
...
...
@@ -3093,7 +3093,7 @@ echo 'Removing unneeded directories:'
cd
$LIB
all_dirs
=
`
find
.
-type
d
-print
| sort
-r
`
for
file
in
$all_dirs
;
do
rmdir
$LIB
/
$file
>
/dev/null 2>&1
| :
rmdir
$LIB
/
$file
>
/dev/null 2>&1
done
# # # # # # # # # # # # # # # # # # # # #
...
...
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