This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [commit] Make "make clean" mo bettah


Paul Koning wrote:
On Feb 21, 2011, at 10:22 PM, Michael Snyder wrote:

I noticed an awful lot of files being left behind by "make clean".
Checking this in...
...
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/Makefile.in,v
 ...
clean mostlyclean:
-	-rm -f *~ core *.o a.out xgdb *.x *.grt
+	-rm -f *~ core *.o a.out xgdb *.x *.grt bigcore.corefile
+	-rm - core.*

Did you mean "-f" there?

D'oh! Will fix.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]