From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bootstrapping woes on Windows, a compilation Date: Sat, 02 Feb 2008 18:24:22 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1201969481 11544 80.91.229.12 (2 Feb 2008 16:24:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 16:24:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 17:25:02 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 1JLLAo-0007Jf-Sg for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 17:24:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLLAN-0007qa-3X for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 11:24:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLLAH-0007px-3Z for emacs-devel@gnu.org; Sat, 02 Feb 2008 11:24:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLLAE-0007o4-73 for emacs-devel@gnu.org; Sat, 02 Feb 2008 11:24:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLLAD-0007nx-Ub for emacs-devel@gnu.org; Sat, 02 Feb 2008 11:24:21 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLLAD-0000X6-Ha for emacs-devel@gnu.org; Sat, 02 Feb 2008 11:24:21 -0500 Original-Received: from HOME-C4E4A596F7 ([81.5.35.104]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id JAU99654 (AUTH halo1); Sat, 2 Feb 2008 18:21:52 +0200 (IST) In-reply-to: (lekktu@gmail.com) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:88025 Archived-At: > Date: Sat, 2 Feb 2008 16:58:46 +0100 > From: "Juanma Barranquero" > Cc: emacs-devel@gnu.org > > On Feb 2, 2008 4:18 PM, Eli Zaretskii wrote: > > > I don't think we need to add any distclean targets for this. These > > files are generated only during bootstrap, so only bootstrap-clean > > targets should remove them. > > I though distclean was supposed to leave the source tree free of > generated files. It is supposed to remove files generated during the normal (i.e. non-CVS) build. In other words, files that are not in the official tarballs. But these files _will_ be present in an official distribution, not generated by "make", so they should not be removed by distclean.