Mercurial > emacs
changeset 96192:0a76608dd497
(top_bootclean): Remove obsolete references to lock/.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 22 Jun 2008 02:20:13 +0000 |
parents | 3a4e89c0e04d |
children | 7f9cfe71304d |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Sun Jun 22 02:02:18 2008 +0000 +++ b/Makefile.in Sun Jun 22 02:20:13 2008 +0000 @@ -709,8 +709,7 @@ ### `bootclean' ### Delete all files that need to be remade for a clean bootstrap. top_bootclean=\ - rm -f config.cache config.log ; \ - if [ -d lock ] ; then (cd lock && (rm -f * || true)); else true; fi + rm -f config.cache config.log ### `distclean' ### Delete all files from the current directory that are created by ### configuring or building the program. If you have unpacked the