Mercurial > emacs
changeset 35672:a2006be1b1a7
(extraclean): Added -f to -rm config-tmp-* to keep it quiet.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Sun, 28 Jan 2001 23:37:58 +0000 |
parents | b864d66c5095 |
children | bbf85a5672d9 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sun Jan 28 23:37:16 2001 +0000 +++ b/Makefile.in Sun Jan 28 23:37:58 2001 +0000 @@ -562,7 +562,7 @@ extraclean: for i in ${SUBDIR}; do (cd $$i; $(MAKE) $(MFLAGS) extraclean); done ${top_distclean} - -rm config-tmp-* + -rm -f config-tmp-* -rm -f *~ \#* ### Unlocking and relocking. The idea of these productions is to reduce