From 5bb0fcd1e717b608155c8c234e55204ad5894d7c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 29 Feb 2004 20:28:11 +0000 Subject: [PATCH] * man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code. * lispintro/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code. * lispref/makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of rm, and ignore exit code. --- lispintro/ChangeLog | 7 ++++++- lispintro/makefile.w32-in | 6 +++--- lispref/ChangeLog | 7 ++++++- lispref/makefile.w32-in | 10 +++++----- man/ChangeLog | 5 +++++ man/makefile.w32-in | 36 ++++++++++++++++++------------------ 6 files changed, 43 insertions(+), 28 deletions(-) diff --git a/lispintro/ChangeLog b/lispintro/ChangeLog index 52dfdec10b8..159bf98259e 100644 --- a/lispintro/ChangeLog +++ b/lispintro/ChangeLog @@ -1,4 +1,9 @@ -2003-11-16 Kevin Ryde +2004-02-29 Juanma Barranquero + + * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use + $(DEL) instead of rm, and ignore exit code. + +2003-11-16 Kevin Ryde * emacs-lisp-intro.texi: [CVS commitment by ] Corrections to cross references, diff --git a/lispintro/makefile.w32-in b/lispintro/makefile.w32-in index 2934d84ab5f..7af64075bc2 100644 --- a/lispintro/makefile.w32-in +++ b/lispintro/makefile.w32-in @@ -56,15 +56,15 @@ emacs-lisp-intro.html: $(INFO_SOURCES) $(DVIPS) $< -o $@ mostlyclean: - rm -f *.log *.cp *.fn *.ky *.pg *.vr *.tp + - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr *.tp clean: mostlyclean - rm -f *.dvi $(infodir)/eintr* + - $(DEL) *.dvi $(infodir)/eintr* distclean: clean maintainer-clean: distclean - rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc + - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 440e0315100..c71a5ad2b2f 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2004-02-29 Juanma Barranquero + + * makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of + rm, and ignore exit code. + 2004-02-27 Dan Nicolaescu * display.texi (Defining Faces): Add description for min-colors. @@ -490,7 +495,7 @@ arguments. (String Conversion): More completely describe argument BASE in `string-to-number'. - (Formatting Strings): `%s' and `%S" in `format' do require + (Formatting Strings): `%s' and `%S' in `format' do require corresponding object. Clarify behavior of numeric prefix after `%' in `format'. (Case Conversion): The argument to `upcase-initials' can be a diff --git a/lispref/makefile.w32-in b/lispref/makefile.w32-in index f5f6c306eec..3ac9920fbd7 100644 --- a/lispref/makefile.w32-in +++ b/lispref/makefile.w32-in @@ -110,14 +110,14 @@ elisp.dvi: $(srcs) $(texinputdir) $(TEX) $(srcdir)/elisp.texi clean: - rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ - *.vr *.vrs *.pg *.pgs *.ky *.kys - rm -f make.out core - rm -f $(infodir)/elisp* + - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ + *.vr *.vrs *.pg *.pgs *.ky *.kys + - $(DEL) make.out core + - $(DEL) $(infodir)/elisp* distclean: clean maintainer-clean: clean - rm -f elisp elisp-* elisp.dvi elisp.oaux + - $(DEL) elisp elisp-* elisp.dvi elisp.oaux # arch-tag: da68f1c2-536d-4d41-9150-7b01434eda3f diff --git a/man/ChangeLog b/man/ChangeLog index 0201e9a1b61..116cb15ccef 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2004-02-29 Juanma Barranquero + + * makefile.w32-in (mostlyclean, clean, maintainer-clean): Use + $(DEL) instead of rm, and ignore exit code. + 2004-02-29 Kai Grossjohann Tramp version 2.0.39 released. diff --git a/man/makefile.w32-in b/man/makefile.w32-in index 16d6a972237..c0f1a82abc1 100644 --- a/man/makefile.w32-in +++ b/man/makefile.w32-in @@ -292,30 +292,30 @@ smtpmail.dvi: smtpmail.texi $(ENVADD) $(TEXI2DVI) $(srcdir)/smtpmail.texi mostlyclean: - rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* + - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* clean: mostlyclean - rm -f *.dvi - rm -f $(infodir)/emacs* $(infodir)/ccmode* \ - $(infodir)/cl* $(infodir)/dired-x* \ - $(infodir)/ediff* $(infodir)/forms* \ - $(infodir)/gnus* $(infodir)/info* \ - $(infodir)/message* $(infodir)/mh-e* \ - $(infodir)/reftex* $(infodir)/sc* \ - $(infodir)/vip* $(infodir)/viper* \ - $(infodir)/widget* $(infodir)/efaq* \ - $(infodir)/ada-mode* $(infodir)/autotype* \ - $(infodir)/calc* $(infodir)/idlwave* \ - $(infodir)/eudc* $(infodir)/ebrowse* \ - $(infodir)/pcl-cvs* $(infodir)/woman* \ - $(infodir)/emacs-mime* $(infodir)/eshell* \ - $(infodir)/speedbar* $(infodir)/tramp* \ - $(infodir)/ses* $(infodir)/smtpmail* + - $(DEL) *.dvi + - $(DEL) $(infodir)/emacs* $(infodir)/ccmode* \ + $(infodir)/cl* $(infodir)/dired-x* \ + $(infodir)/ediff* $(infodir)/forms* \ + $(infodir)/gnus* $(infodir)/info* \ + $(infodir)/message* $(infodir)/mh-e* \ + $(infodir)/reftex* $(infodir)/sc* \ + $(infodir)/vip* $(infodir)/viper* \ + $(infodir)/widget* $(infodir)/efaq* \ + $(infodir)/ada-mode* $(infodir)/autotype* \ + $(infodir)/calc* $(infodir)/idlwave* \ + $(infodir)/eudc* $(infodir)/ebrowse* \ + $(infodir)/pcl-cvs* $(infodir)/woman* \ + $(infodir)/emacs-mime* $(infodir)/eshell* \ + $(infodir)/speedbar* $(infodir)/tramp* \ + $(infodir)/ses* $(infodir)/smtpmail* distclean: clean maintainer-clean: distclean - rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc + - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc # Don't delete these, because they are outside the current directory. # for file in $(INFO_TARGETS); do rm -f $${file}*; done -- 2.39.2