changeset 4754:5dc1b4681e33

Sun Oct 18 00:27:27 2009 +0900 Clean certain build and debug products.
author Stephen J. Turnbull <stephen@xemacs.org>
date Wed, 18 Nov 2009 01:06:53 +0900
parents dd933a82720c
children c1784fd59d7d
files src/ChangeLog src/Makefile.in.in
diffstat 2 files changed, 12 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Nov 18 01:02:57 2009 +0900
+++ b/src/ChangeLog	Wed Nov 18 01:06:53 2009 +0900
@@ -225,6 +225,14 @@
 	* libinterface.h: Include external giflib header instead of
 	internal GIF header.
 
+2009-06-28  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* Makefile.in.in (mostlyclean):
+	(versionclean):
+	(extraclean-noconfig):
+	(extraclean):
+	Clean certain build and debug products.
+
 2009-10-01  Mike Sperber  <mike@xemacs.org>
 
 	* frame-x.c (x_focus_on_frame): Use correct timestamp with
--- a/src/Makefile.in.in	Wed Nov 18 01:02:57 2009 +0900
+++ b/src/Makefile.in.in	Wed Nov 18 01:06:53 2009 +0900
@@ -1013,10 +1013,10 @@
 mostlyclean:
 	-$(RM) *.o *.i *.rtl *.ln core \
 	temacs puremacs quantmacs covmacs rtcmacs temacs.exe \
-	sheap-adjust.h dump-id.c $(BLDSRC)/NEEDTODUMP SATISFIED \
+	sheap-adjust.h dump-id.c dump-size $(BLDSRC)/NEEDTODUMP SATISFIED \
 	$(LIB_SRC)/*.po $(LIB_SRC)/*.mo
 versionclean:
-	-$(RM) $(RAW_EXE) $(DUMP_TARGET) $(LIB_SRC)/DOC
+	-$(RM) $(RAW_EXE) $(DUMP_TARGET) $(DUMP_TARGET).dmp $(LIB_SRC)/DOC
 ##      Remove the generated load files here; they cause lots of problems
 ##      when they don't work right.
 clean: mostlyclean versionclean
@@ -1035,9 +1035,9 @@
 realclean-noconfig: distclean-noconfig
 realclean: distclean
 extraclean-noconfig: realclean-noconfig
-	-$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#*
+	-$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* *.s gdb.txt
 extraclean: realclean
-	-$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#*
+	-$(RM) *~ \#* m/*~ m/\#* s/*~ s/\#* *.s gdb.txt
 
 ###################### Lock, unlock