# HG changeset patch # User Richard M. Stallman # Date 1032365670 0 # Node ID 211a66b3232355275b8db8ec47db2b625aca0558 # Parent 761358848235280f51ceff0b282c62e88f526c19 (bootstrap-clean): Use cd to shorten arg strings. Don't ignore errors in rm line. diff -r 761358848235 -r 211a66b32323 lisp/Makefile.in --- 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.