From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: bootstrapping woes on Windows, a compilation Date: Sat, 2 Feb 2008 17:55:16 +0100 Message-ID: References: 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 1201971332 17017 80.91.229.12 (2 Feb 2008 16:55:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 16:55:32 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 17:55:53 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 1JLLeh-0000k5-Ac for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 17:55:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLLeF-00087k-Mw for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 11:55:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLLeC-00087f-Av for emacs-devel@gnu.org; Sat, 02 Feb 2008 11:55:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLLeA-00087T-0U for emacs-devel@gnu.org; Sat, 02 Feb 2008 11:55:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLLe9-00087Q-RZ for emacs-devel@gnu.org; Sat, 02 Feb 2008 11:55:17 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.179]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLLe9-0005tg-B5 for emacs-devel@gnu.org; Sat, 02 Feb 2008 11:55:17 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so1242723wah.10 for ; Sat, 02 Feb 2008 08:55:16 -0800 (PST) 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=ds6vEgQCrHNC1Ypiyepdkkx0MX57ywFpiJe48p4giQI=; b=HW+QFsa8PKsizs6wAhQuv8eWykSErdqGkzf4/hRPOC9TRcWWY7hjWFuChH2/wOsMynRzvOh/vEKq+ArVC1dEWPZkkzg1vL9P16MdUNo2kOnvLtT7y+sj77dofQuaInbgwFjNpfHYH3D7qFHwX9HOLJIOfrPUSJnlPd/rV4s2nw4= 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=jVyMa3W6kjHsgp1Mi3sGIhuqvHMn+VQRmlSxLhJHXZyhMdGCWm3rxJYmNuvDGzH70gvikwZKuYP5QSM1dJQPaqYO6MvSVwnV8F9Q3+BsD1Ny368L5Q0Lpb1Gid95t9zm/adOg1di4g1d15OWA23hHUCCX7Qoc7HwMNqDfgoRwPo= Original-Received: by 10.115.93.16 with SMTP id v16mr5220697wal.126.1201971316300; Sat, 02 Feb 2008 08:55:16 -0800 (PST) Original-Received: by 10.114.170.5 with HTTP; Sat, 2 Feb 2008 08:55:16 -0800 (PST) In-Reply-To: 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:88029 Archived-At: On Feb 2, 2008 5:24 PM, Eli Zaretskii wrote: > > Date: Sat, 2 Feb 2008 16:58:46 +0100 > It is supposed to remove files generated during the normal > (i.e. non-CVS) build. In other words, files that are not in the > official tarballs. Aha, I understand now. Thanks, Juanma