make clean
Richard Henderson
rth@cygnus.com
Sun Sep 28 22:55:00 GMT 1997
forgets to kill *.regmove.
r~
--- Makefile.in.x Thu Sep 25 14:03:20 1997
+++ Makefile.in Sun Sep 28 22:53:10 1997
@@ -2038,10 +2038,10 @@ mostlyclean: bytecode.mostlyclean lang.m
-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
More information about the Gcc
mailing list