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: Bootstrap fails on Win32 Date: Thu, 11 Sep 2008 17:43:41 +0200 Message-ID: References: <48C62922.4000906@freemail.hu> <48C8D34A.2000300@freemail.hu> <48C8D550.3090708@gnu.org> <48C8EC5A.9060602@freemail.hu> 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 1221147895 22898 80.91.229.12 (11 Sep 2008 15:44:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2008 15:44:55 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Francis Litterio" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 11 17:45:47 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 1KdoMJ-0007S2-2e for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 17:45:27 +0200 Original-Received: from localhost ([127.0.0.1]:41750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdoLI-0001Ij-Gj for ged-emacs-devel@m.gmane.org; Thu, 11 Sep 2008 11:44:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdoKd-0000v7-Mf for emacs-devel@gnu.org; Thu, 11 Sep 2008 11:43:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdoKc-0000u6-96 for emacs-devel@gnu.org; Thu, 11 Sep 2008 11:43:43 -0400 Original-Received: from [199.232.76.173] (port=33154 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdoKc-0000u1-4m for emacs-devel@gnu.org; Thu, 11 Sep 2008 11:43:42 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.155]:12418) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KdoKc-0004A3-0m for emacs-devel@gnu.org; Thu, 11 Sep 2008 11:43:42 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so139273ywk.66 for ; Thu, 11 Sep 2008 08:43:41 -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=reMemIy1Mg5ZAwsexyC/oovH/EMP3cNRPXl6/DEIwN4=; b=wXIip2H9agcEF7oPtT/7SElIFzTo9LdKrz4Mjs60UsOzcCggbvQHHxFiR7bQnDtyiE nXBgZXPRneSBnp8zzDbrtEN6/gaQni8eY8DeQ/HthJixHA36i66hJvlilWxqsAhaml9e Udy054Dr4fQ6X+vcsFtmvHAtCngh7tdqOLDQQ= 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=N8Kt7vy8fvuFV7NBkY1tVIYcQgKh7vJ6Qu48Rz+Tkl5y0IrNHpadTsROZT1wfo5T7V wsc5zOGd62Fn04NnbwrJZzPLLW+i2P4fTI5CONubeoLH2bylWnjt/bDAtFl6bRODk8Hn UlIubYYhg9QOHcPOrJ9J1/RLz+PhwicYcmjJU= Original-Received: by 10.101.67.15 with SMTP id u15mr3587677ank.136.1221147821227; Thu, 11 Sep 2008 08:43:41 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Thu, 11 Sep 2008 08:43:41 -0700 (PDT) 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:103817 Archived-At: On Thu, Sep 11, 2008 at 16:31, Francis Litterio wrote: > I've found that if the entire source tree is checked out on Windows > using -kb, the build works just fine. I don't think there's a need to > check out just some files using -kb. Yes. But IIRC, when you commit changes to the CVS, -kb files are sent entirely, while normal non-kb text files are patched (only differences are sent). That makes a difference for big files like ChangeLogs. Juanma