mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 15:07:26 +08:00
* Makefile.in (mostlyclean): Remove .regmove files.
From-SVN: r15783
This commit is contained in:
parent
f34471094c
commit
6662a38d28
@ -1,3 +1,7 @@
|
||||
Mon Sep 29 00:18:16 1997 Richard Henderson (rth@cygnus.com)
|
||||
|
||||
* Makefile.in (mostlyclean): Remove .regmove files.
|
||||
|
||||
Sun Sep 28 18:59:58 1997 Jason Merrill <jason@yorick.cygnus.com>
|
||||
|
||||
* libgcc2.c (__throw): Fix thinko.
|
||||
|
@ -2038,10 +2038,10 @@ mostlyclean: bytecode.mostlyclean lang.mostlyclean
|
||||
-rm -f */stamp-* */tmp-*
|
||||
# Delete debugging dump files.
|
||||
-rm -f *.greg *.lreg *.combine *.flow *.cse *.jump *.rtl *.tree *.loop
|
||||
-rm -f *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack
|
||||
-rm -f *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack *.regmove
|
||||
-rm -f */*.greg */*.lreg */*.combine */*.flow */*.cse */*.jump */*.rtl
|
||||
-rm -f */*.tree */*.loop */*.dbr */*.jump2 */*.sched */*.cse2
|
||||
-rm -f */*.sched2 */*.stack
|
||||
-rm -f */*.sched2 */*.stack */*.regmove
|
||||
# Delete some files made during installation.
|
||||
-rm -f specs gfloat.h float.h-* enquire SYSCALLS.c.X SYSCALLS.c
|
||||
-rm -f collect collect2 mips-tfile mips-tdump alloca.s
|
||||
|
Loading…
Reference in New Issue
Block a user