From: Glenn Morris Date: Sun, 22 Jun 2008 02:20:24 +0000 (+0000) Subject: (top_bootclean): Remove obsolete references to lock/. X-Git-Tag: emacs-pretest-23.0.90~4579 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a6a564281ce27b9ac76748a508a0cbab517e3a8;p=emacs.git (top_bootclean): Remove obsolete references to lock/. --- diff --git a/ChangeLog b/ChangeLog index 976d74c181a..bf00c773970 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-06-22 Glenn Morris + + * Makefile.in (top_bootclean): Remove obsolete references to lock/. + 2008-06-21 Romain Francoise * Makefile.in (INFO_FILES): Add sasl. diff --git a/Makefile.in b/Makefile.in index 1f840a0d647..ae92424bf8e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -709,8 +709,7 @@ clean: FRC ### `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