From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?b?Suly9G1l?= Marant Newsgroups: gmane.emacs.devel Subject: Re: [patch] leim/Makefile.in: make distclean should make clean Date: Mon, 16 Feb 2004 18:07:02 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1076951222.4030f8b6a47af@imp2-q.free.fr> References: <87y8r4i27c.fsf@marant.org> <200402152335.IAA17134@etlken.m17n.org> <2914-Mon16Feb2004113906+0200-eliz@elta.co.il> <2832.62.160.59.178.1076935035.squirrel@webmail.nerim.net> <9681-Mon16Feb2004181325+0200-eliz@elta.co.il> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1076952855 9443 80.91.224.253 (16 Feb 2004 17:34:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 17:34:15 +0000 (UTC) Cc: handa@m17n.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 16 18:34:06 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsmdC-00042Y-00 for ; Mon, 16 Feb 2004 18:34:06 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsmdB-0001Ca-00 for ; Mon, 16 Feb 2004 18:34:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsmM7-00070f-Ar for emacs-devel@quimby.gnus.org; Mon, 16 Feb 2004 12:16:27 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AsmF3-0003gy-Tt for emacs-devel@gnu.org; Mon, 16 Feb 2004 12:09:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AsmDF-0002vb-4t for emacs-devel@gnu.org; Mon, 16 Feb 2004 12:07:48 -0500 Original-Received: from [213.228.0.176] (helo=postfix4-2.free.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AsmD9-0002ut-Hm for emacs-devel@gnu.org; Mon, 16 Feb 2004 12:07:11 -0500 Original-Received: from imp2-q.free.fr (imp2-q.free.fr [212.27.42.2]) by postfix4-2.free.fr (Postfix) with ESMTP id C753768924; Mon, 16 Feb 2004 18:07:02 +0100 (CET) Original-Received: by imp2-q.free.fr (Postfix, from userid 33) id BFA5E19B1B; Mon, 16 Feb 2004 18:07:02 +0100 (MET) Original-Received: from mure.msy.sagem.com (mure.msy.sagem.com [62.160.59.178]) by imp2-q.free.fr (IMP) with HTTP for ; Mon, 16 Feb 2004 18:07:02 +0100 Original-To: Eli Zaretskii In-Reply-To: <9681-Mon16Feb2004181325+0200-eliz@elta.co.il> User-Agent: Internet Messaging Program (IMP) 3.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19987 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19987 Quoting Eli Zaretskii : > > Date: Mon, 16 Feb 2004 13:37:15 +0100 (CET) > > From: =3D?iso-8859-1?Q?J=3DE9r=3DF4me_Marant?=3D > >=20 > > I understand your point. Nonetheless, I need to clean such > > files >=20 > Can you explain why you need it? Sure. I'm currently working on an emacs-snapshot Debian package which will make us easier to prepare upcoming stable releases and to find problems with the build system ASAP. I'm building it from a tarball I do generate from make-dist and every time I clean the package, I remove .elc files as well as autogenerated .el ones. There is a rationale for removing them: we usually apply patches (which may modify .el files) prior to bootstrapping emacs, so we need to regenerate them anyway. I hope I answered your question. Cheers, --=20 J=E9r=F4me Marant