From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Bootstrapping current CVS trunk fails Date: Mon, 7 Apr 2008 12:46:05 +0200 Message-ID: References: <874paevj46.fsf@ID-24456.user.uni-berlin.de> <07tziewx43.fsf@fencepost.gnu.org> <87lk3qr33z.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1207565182 8855 80.91.229.12 (7 Apr 2008 10:46:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Apr 2008 10:46:22 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: "Eric Hanchrow" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 07 12:46:55 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JiosI-0007QC-M6 for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 12:46:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jiorf-0007KI-JW for ged-emacs-devel@m.gmane.org; Mon, 07 Apr 2008 06:46:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JiorZ-0007Gq-JN for emacs-devel@gnu.org; Mon, 07 Apr 2008 06:46:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JiorY-0007CT-7v for emacs-devel@gnu.org; Mon, 07 Apr 2008 06:46:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JiorX-0007BS-6o for emacs-devel@gnu.org; Mon, 07 Apr 2008 06:46:07 -0400 Original-Received: from rn-out-0910.google.com ([64.233.170.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JiorW-0008Kz-Gw for emacs-devel@gnu.org; Mon, 07 Apr 2008 06:46:06 -0400 Original-Received: by rn-out-0910.google.com with SMTP id e21so1592727rng.6 for ; Mon, 07 Apr 2008 03:46:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=n/3f44HdB2HFlOec1qPt730G/sJP4LNBDxxIkmtw+48=; b=alvOboXwZAJL+imucL8c+hTNjIkRRMarmDPz8+3dVJzg9ZVaDSFdeuVbyaceGDWgVOsTOzFwP5mo2URo60TRkiw3camYNl2xrye8rF65zz7M3WyAQ7HnOm1Clqbg8Eiyb/0P6pJPjm59HjNJb2ZqIQndaVZbJsgiw8FKXTfN0zM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kKkZzLfMJ9Kj0g5VmJe0lodKzkhlZl5Nc1yEKiuosW6GTXzc2a6hDzBuYgThCQcqYOsaCu7UrttiRTtLv13Asb/SsS97VZeshVcZlpthagNXLwn+Pt7E5MBpBOhZQ7XBbOgda7qwThvpJbgcLggJpIwn4K8jEeOTQBEwqAw3TFI= Original-Received: by 10.114.93.17 with SMTP id q17mr5753875wab.70.1207565165270; Mon, 07 Apr 2008 03:46:05 -0700 (PDT) Original-Received: by 10.115.72.13 with HTTP; Mon, 7 Apr 2008 03:46:05 -0700 (PDT) In-Reply-To: <87lk3qr33z.fsf@offby1.atm01.sea.blarg.net> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:94561 gmane.emacs.pretest.bugs:21920 Archived-At: On Mon, Apr 7, 2008 at 1:10 AM, Eric Hanchrow wrote: > I happen to use "git", so for me the command > is > > git-clean -d -x -f . > > Works every time. Nice, unless you happen to have local .gitignore files. Juanma