changeset 47536:211a66b32323

(bootstrap-clean): Use cd to shorten arg strings. Don't ignore errors in rm line.
author Richard M. Stallman <rms@gnu.org>
date Wed, 18 Sep 2002 16:14:30 +0000
parents 761358848235
children b7761880867f
files lisp/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/Makefile.in	Wed Sep 18 16:11:02 2002 +0000
+++ b/lisp/Makefile.in	Wed Sep 18 16:14:30 2002 +0000
@@ -278,7 +278,7 @@
 
 bootstrap-clean:
 	if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
-	-rm -f $(lisp)/*.elc $(lisp)/*/*.elc
+	cd $(lisp); rm -f *.elc */*.elc
 
 # Generate/update files for the bootstrap process.