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
e1e0c658
Commit
e1e0c658
authored
Dec 04, 2000
by
Bruce Korb
Committed by
Bruce Korb
Dec 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not clean autogenerated fixinc files
From-SVN: r38007
parent
b3869591
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
2 deletions
+13
-2
gcc/ChangeLog
+5
-0
gcc/fixinc/Makefile.DOS
+4
-1
gcc/fixinc/Makefile.in
+4
-1
No files found.
gcc/ChangeLog
View file @
e1e0c658
2000-12-04 Bruce Korb <bkorb@gnu.org>
* fixinc/Makefile.*(clean): don't clean autogenerated files.
(mainainer-clean): clean autogenerated files
2000-12-04 DJ Delorie <dj@redhat.com>
* md.texi: Add overview, clarify match_dup and define_expand.
...
...
gcc/fixinc/Makefile.DOS
View file @
e1e0c658
...
...
@@ -104,7 +104,10 @@ fixincl.x: fixincl.tpl inclhack.def
cd
$(srcdir)
;
$(SHELL)
./genfixes
$@
clean
:
rm
-f
*
.o
$(TARGETS)
fixincl.x machname.h
*
~
*
.exe
rm
-f
*
.o
$(TARGETS)
machname.h
*
~
*
.exe
maintainer-clean
:
clean
rm
-f
$(srcdir)
/fixincl.x
# Build the executable and copy up into gcc dir.
# We still copy the script because we still have alternative scripts.
...
...
gcc/fixinc/Makefile.in
View file @
e1e0c658
...
...
@@ -94,7 +94,10 @@ $(srcdir)/fixincl.x: fixincl.tpl inclhack.def
cd
$(srcdir)
;
$(SHELL)
./genfixes
$@
clean
:
rm
-f
*
.o
$(TARGETS)
$(srcdir)
/fixincl.x machname.h
*
~
rm
-f
*
.o
$(TARGETS)
machname.h
*
~
*
.exe
maintainer-clean
:
clean
rm
-f
$(srcdir)
/fixincl.x
# Build the executable and copy up into gcc dir.
# We still copy the script because we still have alternative scripts.
...
...
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