aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-18 16:14:30 +0000
committerRichard M. Stallman2002-09-18 16:14:30 +0000
commitdea0ee201916a98df664cb25ecb393dfd1fe204c (patch)
treee49b6c95bd1d7f3d512285fe9896e431751c5258
parent88ca5bbf8d411904c92fe9c4172bac352da04d48 (diff)
downloademacs-dea0ee201916a98df664cb25ecb393dfd1fe204c.tar.gz
emacs-dea0ee201916a98df664cb25ecb393dfd1fe204c.zip
(bootstrap-clean): Use cd to shorten arg strings.
Don't ignore errors in rm line.
-rw-r--r--lisp/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 9fa62e4625e..aa68e43c1da 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -278,7 +278,7 @@ recompile: doit
278 278
279bootstrap-clean: 279bootstrap-clean:
280 if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi 280 if test -x $(EMACS); then $(MAKE) $(MFLAGS) autoloads; fi
281 -rm -f $(lisp)/*.elc $(lisp)/*/*.elc 281 cd $(lisp); rm -f *.elc */*.elc
282 282
283# Generate/update files for the bootstrap process. 283# Generate/update files for the bootstrap process.
284 284