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
5a2eb52b
Commit
5a2eb52b
authored
Dec 08, 2000
by
Mike Stump
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add - before rms to be more portable.
From-SVN: r38142
parent
17db6582
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
Makefile.in
+2
-2
libiberty/Makefile.in
+7
-7
No files found.
Makefile.in
View file @
5a2eb52b
...
...
@@ -1025,8 +1025,8 @@ local-distclean:
-
if
[
"
$(TARGET_SUBDIR)
"
!=
"."
]
;
then
\
rm
-rf
$(TARGET_SUBDIR)
;
\
else
true
;
fi
rm
-f
texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile
rm
-f
texinfo/doc/Makefile texinfo/po/POTFILES
-
rm
-f
texinfo/po/Makefile texinfo/po/Makefile.in texinfo/info/Makefile
-
rm
-f
texinfo/doc/Makefile texinfo/po/POTFILES
-
rmdir texinfo/doc texinfo/info texinfo/intl texinfo/lib 2>/dev/null
-
rmdir texinfo/makeinfo texinfo/po texinfo/util 2>/dev/null
-
rmdir gcc libiberty texinfo zlib 2>/dev/null
...
...
libiberty/Makefile.in
View file @
5a2eb52b
...
...
@@ -146,7 +146,7 @@ REQUIRED_OFILES = argv.o choose-temp.o concat.o cplus-dem.o cp-demangle.o \
xstrdup.o xstrerror.o
$(TARGETLIB)
:
$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS) $(ALLOCA)
rm
-f
$(TARGETLIB)
-
rm
-f
$(TARGETLIB)
$(AR)
$(AR_FLAGS)
$(TARGETLIB)
\
$(REQUIRED_OFILES)
$(EXTRA_OFILES)
$(LIBOBJS)
$(ALLOCA)
$(RANLIB)
$(TARGETLIB)
...
...
@@ -214,19 +214,19 @@ ls:
# Cleaning has to be done carefully to ensure that we don't clean our SUBDIRS
# multiple times, hence our explicit recursion with an empty SUBDIRS.
mostlyclean
:
mostlyclean-subdir
rm
-rf
*
.o pic core errs
\#
*
*
.E a.out
rm
-f
needed.awk needed2.awk errors dummy needed-list config.h stamp-
*
rm
-f
$(CONFIG_H)
$(NEEDED_LIST)
stamp-picdir
-
rm
-rf
*
.o pic core errs
\#
*
*
.E a.out
-
rm
-f
needed.awk needed2.awk errors dummy needed-list config.h stamp-
*
-
rm
-f
$(CONFIG_H)
$(NEEDED_LIST)
stamp-picdir
@
$(MULTICLEAN)
multi-clean
DO
=
mostlyclean
clean
:
clean-subdir
$(MAKE)
SUBDIRS
=
""
mostlyclean
rm
-f
*
.a required-list tmpmulti.out
-
rm
-f
*
.a required-list tmpmulti.out
@
$(MULTICLEAN)
multi-clean
DO
=
clean
distclean
:
distclean-subdir
$(MAKE)
SUBDIRS
=
""
clean
@
$(MULTICLEAN)
multi-clean
DO
=
distclean
rm
-f
*
~ Makefile config.status xhost-mkfrag TAGS multilib.out
rm
-f
config.log
-
rm
-f
*
~ Makefile config.status xhost-mkfrag TAGS multilib.out
-
rm
-f
config.log
-
rmdir testsuite 2>/dev/null
maintainer-clean realclean
:
maintainer-clean-subdir
$(MAKE)
SUBDIRS
=
""
distclean
...
...
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