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:
parent
88ca5bbf8d
commit
dea0ee2019
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue