Mercurial > hg > xemacs-beta
diff src/Makefile.in.in @ 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 | 80d74fed5399 |
children | aa5ed11f473b |
line wrap: on
line diff
--- 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