From: Richard M. Stallman Date: Wed, 18 Sep 2002 16:14:30 +0000 (+0000) Subject: (bootstrap-clean): Use cd to shorten arg strings. X-Git-Tag: ttn-vms-21-2-B4~13123 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dea0ee201916a98df664cb25ecb393dfd1fe204c;p=emacs.git (bootstrap-clean): Use cd to shorten arg strings. Don't ignore errors in rm line. --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 9fa62e4625e..aa68e43c1da 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -278,7 +278,7 @@ recompile: doit 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.