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: nt/makefile.w32-in Date: Fri, 22 Dec 2006 13:07:01 +0100 Message-ID: References: <458A71F9.2050709@gnu.org> <458AFA12.4010700@student.lu.se> <458B0F4C.90909@student.lu.se> <458B15E5.7040201@gnu.org> <458B1A41.6030401@student.lu.se> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1166789243 23199 80.91.229.10 (22 Dec 2006 12:07:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Dec 2006 12:07:23 +0000 (UTC) Cc: lennart.borgman.073@student.lu.se, emacs-devel@gnu.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 22 13:07:22 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GxjBJ-0004GJ-0E for ged-emacs-devel@m.gmane.org; Fri, 22 Dec 2006 13:07:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxjBI-0002Zx-45 for ged-emacs-devel@m.gmane.org; Fri, 22 Dec 2006 07:07:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GxjB3-0002Wz-0C for emacs-devel@gnu.org; Fri, 22 Dec 2006 07:07:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxjB0-0002Sr-ST for emacs-devel@gnu.org; Fri, 22 Dec 2006 07:07:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxjB0-0002SW-OJ for emacs-devel@gnu.org; Fri, 22 Dec 2006 07:07:02 -0500 Original-Received: from [66.249.92.172] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GxjB0-0008FI-2f for emacs-devel@gnu.org; Fri, 22 Dec 2006 07:07:02 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so3385104ugf for ; Fri, 22 Dec 2006 04:07:01 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t50VTU/tZNPa4GI/w+1GTD+5w84yhcA7/SibUdGoxlIm/FBkSawO8kUXfWcVe/2qV6BoxozXIpI9pC66lUXOwvRNnASgvn/m8axjkGu7A76C/tRvaXqWJOabGrmr3pBjeRge2y4QAyv7y5hMAaQ20dSOxnhMm1IyvXcUWSw7NH8= Original-Received: by 10.82.135.13 with SMTP id i13mr2101799bud.1166789221188; Fri, 22 Dec 2006 04:07:01 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Fri, 22 Dec 2006 04:07:01 -0800 (PST) Original-To: "Eli Zaretskii" In-Reply-To: Content-Disposition: inline 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:64103 Archived-At: On 12/22/06, Eli Zaretskii wrote: > However, could you please tell which files' EOLs caused problems in > nmake? I honestly don't remember, it was long time ago (and I'm not using MSVC anymore, so I cannot check). It was all fixed by remembering to use "cvs update -C -kb" on nt/. If I ever check out a full tree and stumble upon it again I'll make sure to document the trouble. /L/e/k/t/u