From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap fails on w32/MinGW Date: Mon, 04 Feb 2008 15:58:43 -0500 Message-ID: References: <47A3D99B.5020700@gnu.org> <47A59FD7.5010004@gmail.com> <47A64A34.5020308@gnu.org> <47A75237.8020801@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202158754 24224 80.91.229.12 (4 Feb 2008 20:59:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Feb 2008 20:59:14 +0000 (UTC) Cc: Andreas Schwab , "Lennart Borgman \(gmail\)" , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 04 21:59:36 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 1JM8PZ-0007Pe-Az for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2008 21:59:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JM8P7-00035k-6Z for ged-emacs-devel@m.gmane.org; Mon, 04 Feb 2008 15:59:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JM8Ow-00032J-2s for emacs-devel@gnu.org; Mon, 04 Feb 2008 15:58:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JM8Os-000306-AA for emacs-devel@gnu.org; Mon, 04 Feb 2008 15:58:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JM8Os-000302-5u for emacs-devel@gnu.org; Mon, 04 Feb 2008 15:58:46 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JM8Or-00034A-Py for emacs-devel@gnu.org; Mon, 04 Feb 2008 15:58:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CALQKp0fO+J95dGdsb2JhbACQJwEwnCWBAg X-IronPort-AV: E=Sophos;i="4.25,304,1199682000"; d="scan'208";a="13623884" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 04 Feb 2008 15:58:44 -0500 Original-Received: from pastel.home ([206.248.159.121]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id KWK10944; Mon, 04 Feb 2008 15:58:44 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 745E17F47; Mon, 4 Feb 2008 15:58:43 -0500 (EST) In-Reply-To: (Juanma Barranquero's message of "Mon, 4 Feb 2008 21:15:37 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:88190 Archived-At: >> Why is that necessary? Those files are pure text. > They are not ASCII. On Windows, the -kb is needed to prevent LF -> > CRLF corruption. Do we know why the LF -> CRLF conversion poses problem? While the files aren't ASCII, they do look plain text. Stefan