(bootstrap-clean): Use cd to shorten arg strings.
Don't ignore errors in rm line.
This commit is contained 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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user