From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?iso-8859-1?Q?J=E9r=F4me_Marant?= Newsgroups: gmane.emacs.devel Subject: Re: [patch] leim/Makefile.in: make distclean should make clean Date: Mon, 16 Feb 2004 13:37:15 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2832.62.160.59.178.1076935035.squirrel@webmail.nerim.net> References: <87y8r4i27c.fsf@marant.org> <200402152335.IAA17134@etlken.m17n.org> <2914-Mon16Feb2004113906+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 1076935103 27618 80.91.224.253 (16 Feb 2004 12:38:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 12:38:23 +0000 (UTC) Cc: emacs-devel@gnu.org, Kenichi Handa Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 16 13:38:13 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 1Asi0r-0005T5-00 for ; Mon, 16 Feb 2004 13:38:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Asi0q-0001xL-00 for ; Mon, 16 Feb 2004 13:38:12 +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 1Asi0d-0005Kf-Gy for emacs-devel@quimby.gnus.org; Mon, 16 Feb 2004 07:37:59 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Asi0T-0005K4-NF for emacs-devel@gnu.org; Mon, 16 Feb 2004 07:37:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Ashzx-0005C9-G2 for emacs-devel@gnu.org; Mon, 16 Feb 2004 07:37:48 -0500 Original-Received: from [62.4.17.101] (helo=mallaury.noc.nerim.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ashzx-0005C3-1U for emacs-devel@gnu.org; Mon, 16 Feb 2004 07:37:17 -0500 Original-Received: from webmail.nerim.net (mirana.nerim.net [62.4.16.87]) by mallaury.noc.nerim.net (Postfix) with SMTP id 5991362D8E; Mon, 16 Feb 2004 13:37:14 +0100 (CET) Original-Received: from 62.160.59.178 (proxying for unknown) (SquirrelMail authenticated user jmarant) by webmail.nerim.net with HTTP; Mon, 16 Feb 2004 13:37:15 +0100 (CET) In-Reply-To: <2914-Mon16Feb2004113906+0200-eliz@elta.co.il> Original-To: "Eli Zaretskii" User-Agent: SquirrelMail/1.4.2 X-Priority: 3 Importance: Normal 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:19973 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19973 > I'm not sure we should install that change as it is: it will cause > "make distclean" to remove some of the files that are distributed as > part of the Leim tarball. For example, cyrillic.elc is removed by > "make clean", but it is also part of leim-NN.MM.tar.gz, AFAICS. And > there are others. > > Perhaps the `clean' target needs to be changed as well. I understand your point. Nonetheless, I need to clean such files, so would it be possible to keep such a target around, no matter how it is called? Thanks. --=20 J=E9r=F4me Marant