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
1eb38ecb
Commit
1eb38ecb
authored
Jun 22, 2004
by
Joseph Myers
Committed by
Joseph Myers
Jun 22, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.in (distclean): Don't try to remove empty directories.
From-SVN: r83523
parent
fa948784
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/Makefile.in
+0
-1
No files found.
gcc/ChangeLog
View file @
1eb38ecb
2004-06-22 Joseph S. Myers <jsm@polyomino.org.uk>
* Makefile.in (distclean): Don't try to remove empty directories.
2004-06-22 Richard Sandiford <rsandifo@redhat.com>
2004-06-22 Richard Sandiford <rsandifo@redhat.com>
PR target/15869
PR target/15869
...
...
gcc/Makefile.in
View file @
1eb38ecb
...
@@ -3068,7 +3068,6 @@ distclean: clean lang.distclean
...
@@ -3068,7 +3068,6 @@ distclean: clean lang.distclean
-
rm
-f
fixinc/Makefile
-
rm
-f
fixinc/Makefile
# Delete po/*.gmo only if we are not building in the source directory.
# Delete po/*.gmo only if we are not building in the source directory.
-if
[
!
-f
po/exgettext
];
then
rm
-f
po/*.gmo;
fi
-if
[
!
-f
po/exgettext
];
then
rm
-f
po/*.gmo;
fi
-rmdir
ada
cp
f
java
objc
fixinc
intl
po
testsuite
2>/dev/null
# Get rid of every file that's generated from some other file, except for `configure'.
# Get rid of every file that's generated from some other file, except for `configure'.
# Most of these files ARE PRESENT in the GCC distribution.
# Most of these files ARE PRESENT in the GCC distribution.
...
...
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