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 17:54:45 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1076950485.4030f5d59b5e5@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> 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 1076951280 5073 80.91.224.253 (16 Feb 2004 17:08:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 17:08:00 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org, Kenichi Handa Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 16 18:07:48 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 1AsmDk-0001i3-00 for ; Mon, 16 Feb 2004 18:07:48 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AsmDh-0000Pd-00 for ; Mon, 16 Feb 2004 18:07:45 +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 1AsmCk-0002fl-2h for emacs-devel@quimby.gnus.org; Mon, 16 Feb 2004 12:06:46 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Asm2c-0007sH-8O for emacs-devel@gnu.org; Mon, 16 Feb 2004 11:56:18 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Asm24-0007ku-AQ for emacs-devel@gnu.org; Mon, 16 Feb 2004 11:56:15 -0500 Original-Received: from [213.228.0.44] (helo=postfix3-1.free.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Asm1F-0007Lm-1r for emacs-devel@gnu.org; Mon, 16 Feb 2004 11:54:53 -0500 Original-Received: from imp2-q.free.fr (imp2-q.free.fr [212.27.42.2]) by postfix3-1.free.fr (Postfix) with ESMTP id C78BAC40ED; Mon, 16 Feb 2004 17:54:45 +0100 (CET) Original-Received: by imp2-q.free.fr (Postfix, from userid 33) id BF8FC19B1A; Mon, 16 Feb 2004 17:54:45 +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 17:54:45 +0100 Original-To: Stefan Monnier 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:19985 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19985 Quoting Stefan Monnier : > > 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? >=20 > To make things spotless, I use cvsclean. This is nice but I need to do it from a CVS export of Emacs CVS (from make-dist), which means I can no longer access to CVS-specific files. Of course, I could manually list files that I want to remove but it is harder to track those which were added to the list than just calling a makefile target. Cheers, --=20 J=E9r=F4me Marant