1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

(bootstrap-clean): Use cd to shorten arg strings.

Don't ignore errors in rm line.
This commit is contained in:
Richard M. Stallman 2002-09-18 16:14:30 +00:00
parent 88ca5bbf8d
commit dea0ee2019

View file

@ -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.