From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [patch] leim/Makefile.in: make distclean should make clean Date: 17 Feb 2004 09:00:58 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: 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> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077001613 309 80.91.224.253 (17 Feb 2004 07:06:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Feb 2004 07:06:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Feb 17 08:06:49 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 1AszJh-0006Ux-00 for ; Tue, 17 Feb 2004 08:06:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AszJh-00056n-00 for ; Tue, 17 Feb 2004 08:06:49 +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 1AszFw-0003nx-TE for emacs-devel@quimby.gnus.org; Tue, 17 Feb 2004 02:02:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AszD9-0002Ed-1G for emacs-devel@gnu.org; Tue, 17 Feb 2004 02:00:03 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AszCW-0001e9-A3 for emacs-devel@gnu.org; Tue, 17 Feb 2004 01:59:56 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AszCU-0001VR-Tq; Tue, 17 Feb 2004 01:59:23 -0500 Original-To: jmarant@nerim.net (=?iso-8859-15?q?J=E9r=F4me_Marant?=) In-reply-to: <87fzda4sup.fsf@marant.org> (jmarant@nerim.net) 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:20015 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20015 > From: jmarant@nerim.net (=?iso-8859-15?q?J=E9r=F4me_Marant?=) > 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. > > Currently, .elc files are not really a problem for me: I do > remove them with a simple combination of find and rm. Then what _is_ the problem? The changes you asked to make remove *.elc files and do not much else. > Basically, I'd need a bootstrap-clean target that would clean any file > generated by the bootstrap (both .elc and autogenerated .el). 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.