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: Tue, 17 Feb 2004 09:13:02 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1077005582.4031cd0e6dae3@imp1-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> <1076951222.4030f8b6a47af@imp2-q.free.fr> <216-Mon16Feb2004215430+0200-eliz@elta.co.il> <87fzda4sup.fsf@marant.org> 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 1077005906 7309 80.91.224.253 (17 Feb 2004 08:18:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2004 08:18:26 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Feb 17 09:18:18 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 1At0Qs-0000m0-00 for ; Tue, 17 Feb 2004 09:18:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1At0Qs-0006u3-00 for ; Tue, 17 Feb 2004 09:18:18 +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 1At0Mm-00060N-Q7 for emacs-devel@quimby.gnus.org; Tue, 17 Feb 2004 03:14:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1At0ML-0005zD-JJ for emacs-devel@gnu.org; Tue, 17 Feb 2004 03:13:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1At0Lp-0005nU-5B for emacs-devel@gnu.org; Tue, 17 Feb 2004 03:13:36 -0500 Original-Received: from [213.228.0.169] (helo=postfix3-2.free.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1At0Lo-0005n3-NT for emacs-devel@gnu.org; Tue, 17 Feb 2004 03:13:04 -0500 Original-Received: from imp1-q.free.fr (imp1-q.free.fr [212.27.42.1]) by postfix3-2.free.fr (Postfix) with ESMTP id 91038C076; Tue, 17 Feb 2004 09:13:02 +0100 (CET) Original-Received: by imp1-q.free.fr (Postfix, from userid 33) id 868FD1E74A; Tue, 17 Feb 2004 09:13:02 +0100 (MET) Original-Received: from mure.msy.sagem.com (mure.msy.sagem.com [62.160.59.178]) by imp1-q.free.fr (IMP) with HTTP for ; Tue, 17 Feb 2004 09:13:02 +0100 Original-To: Eli Zaretskii In-Reply-To: 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:20016 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20016 Quoting Eli Zaretskii : > > From: jmarant@nerim.net (=3D?iso-8859-15?q?J=3DE9r=3DF4me_Marant?=3D) > > Date: Mon, 16 Feb 2004 22:28:14 +0100 > > > > > > I think this warrants a special target to remove all *.elc files. > > > The situation you describe is pretty much special. > >=20 > > Currently, .elc files are not really a problem for me: I do > > remove them with a simple combination of find and rm. >=20 > Then what _is_ the problem? The changes you asked to make remove > *.elc files and do not much else. I said it's not a problem because I can use brute force removal as a workaround. The problem is about the autogenerated .el files, as I explained earlier. > > Basically, I'd need a bootstrap-clean target that would clean any fil= e > > generated by the bootstrap (both .elc and autogenerated .el). >=20 > maintainer-clean is supposed to be what you want; if it does not, > please describe why not (I feel that I still don't understand your > needs well enough), and let's think how to do better. Agreed. I said in a previous messages that I tried many targets without any success. Currently, maintainer-clean doesn't work like you describe since: - it needs the change I asked for (maintainer-clean depending on clean, that it) in order to remove autogenerated .el files - it doesn't clean the 'lisp' directory (both .elc files and autogenerated ones) - info files are not cleaned from the info directory (it has been disabled from man/Makefile.in) Cheers, --=20 J=E9r=F4me Marant