changeset 54200:b0293635c42b

* 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.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 29 Feb 2004 20:28:11 +0000
parents beeef4db908a
children 458c6240bae0
files lispintro/ChangeLog lispintro/makefile.w32-in lispref/ChangeLog lispref/makefile.w32-in man/ChangeLog man/makefile.w32-in
diffstat 6 files changed, 43 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
--- a/lispintro/ChangeLog	Sun Feb 29 19:15:43 2004 +0000
+++ b/lispintro/ChangeLog	Sun Feb 29 20:28:11 2004 +0000
@@ -1,4 +1,9 @@
-2003-11-16  Kevin Ryde <user42@zip.com.au>
+2004-02-29  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
+	$(DEL) instead of rm, and ignore exit code.
+
+2003-11-16  Kevin Ryde  <user42@zip.com.au>
 
 	* emacs-lisp-intro.texi: [CVS commitment by <bob@rattlesnake.com>]
 	Corrections to cross references,
--- a/lispintro/makefile.w32-in	Sun Feb 29 19:15:43 2004 +0000
+++ b/lispintro/makefile.w32-in	Sun Feb 29 20:28:11 2004 +0000
@@ -56,15 +56,15 @@
 	$(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.
--- a/lispref/ChangeLog	Sun Feb 29 19:15:43 2004 +0000
+++ b/lispref/ChangeLog	Sun Feb 29 20:28:11 2004 +0000
@@ -1,3 +1,8 @@
+2004-02-29  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in (clean, maintainer-clean): Use $(DEL) instead of
+	rm, and ignore exit code.
+
 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* 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
--- a/lispref/makefile.w32-in	Sun Feb 29 19:15:43 2004 +0000
+++ b/lispref/makefile.w32-in	Sun Feb 29 20:28:11 2004 +0000
@@ -110,14 +110,14 @@
 	$(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
--- a/man/ChangeLog	Sun Feb 29 19:15:43 2004 +0000
+++ b/man/ChangeLog	Sun Feb 29 20:28:11 2004 +0000
@@ -1,3 +1,8 @@
+2004-02-29  Juanma Barranquero  <lektu@terra.es>
+
+	* makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
+	$(DEL) instead of rm, and ignore exit code.
+
 2004-02-29  Kai Grossjohann  <kgrossjo@eu.uu.net>
 
 	Tramp version 2.0.39 released.
--- a/man/makefile.w32-in	Sun Feb 29 19:15:43 2004 +0000
+++ b/man/makefile.w32-in	Sun Feb 29 20:28:11 2004 +0000
@@ -292,30 +292,30 @@
 	$(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