(top_bootclean): Remove obsolete references to lock/.
authorGlenn Morris <rgm@gnu.org>
Sun, 22 Jun 2008 02:20:24 +0000 (02:20 +0000)
committerGlenn Morris <rgm@gnu.org>
Sun, 22 Jun 2008 02:20:24 +0000 (02:20 +0000)
ChangeLog
Makefile.in

index 976d74c..bf00c77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-22  Glenn Morris  <rgm@gnu.org>
+
+       * Makefile.in (top_bootclean): Remove obsolete references to lock/.
+
 2008-06-21  Romain Francoise  <romain@orebokech.com>
 
        * Makefile.in (INFO_FILES): Add sasl.
index 1f840a0..ae92424 100644 (file)
@@ -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