]> git.eshelyaron.com Git - emacs.git/commitdiff
(bootstrap-clean): Use cd to shorten arg strings.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Sep 2002 16:14:30 +0000 (16:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Sep 2002 16:14:30 +0000 (16:14 +0000)
Don't ignore errors in rm line.

lisp/Makefile.in

index 9fa62e4625ee28eafbe5cc61b78c23f74bcb7d30..aa68e43c1da21e49712c5cad6d18ba56fe9ada78 100644 (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.