From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs bootstrap Date: Sat, 21 Jun 2008 22:47:03 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1214102837 15414 80.91.229.12 (22 Jun 2008 02:47:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Jun 2008 02:47:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: Herbert Euler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 22 04:48:01 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KAFcX-00007i-9Y for ged-emacs-devel@m.gmane.org; Sun, 22 Jun 2008 04:48:01 +0200 Original-Received: from localhost ([127.0.0.1]:43439 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAFbi-0004UA-8y for ged-emacs-devel@m.gmane.org; Sat, 21 Jun 2008 22:47:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KAFbd-0004RH-Oo for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:47:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KAFbc-0004Pw-98 for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:47:05 -0400 Original-Received: from [199.232.76.173] (port=45883 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KAFbc-0004Pn-41 for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:47:04 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:21434) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KAFbb-0004hV-V8 for emacs-devel@gnu.org; Sat, 21 Jun 2008 22:47:04 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArMEAMdZXUjO+KWv/2dsb2JhbACBW6wL X-IronPort-AV: E=Sophos;i="4.27,684,1204520400"; d="scan'208";a="23062416" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 21 Jun 2008 22:47:03 -0400 Original-Received: from pastel.home ([206.248.165.175]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id CIR40603; Sat, 21 Jun 2008 22:47:03 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 0A7CA83BA; Sat, 21 Jun 2008 22:47:03 -0400 (EDT) In-Reply-To: (Herbert Euler's message of "Sun, 22 Jun 2008 09:38:06 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:99668 Archived-At: > There is a small problem when doing `make bootstrap-clean'. In > `top_bootclean', we have > top_bootclean=\ > rm -f config.cache config.log ; \ > if [ -d lock ] ; then (cd lock && (rm -f * || true)); else true; fi > This wants to remove the `CVS' subdirectory in `lock', which leads to > an error. I don't have any `lock' nor `lock/CVS' directory. What error do you get? And why do you have a lock/CVS subdirectory? Stefan