From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35537 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PTMWM-0006Nd-SK for qemu-devel@nongnu.org; Thu, 16 Dec 2010 17:41:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PTMWL-0000F8-Mz for qemu-devel@nongnu.org; Thu, 16 Dec 2010 17:41:58 -0500 Received: from mail-bw0-f43.google.com ([209.85.214.43]:45476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PTMWL-0000F2-ER for qemu-devel@nongnu.org; Thu, 16 Dec 2010 17:41:57 -0500 Received: by bwz14 with SMTP id 14so267394bwz.30 for ; Thu, 16 Dec 2010 14:41:56 -0800 (PST) Sender: Paolo Bonzini Message-ID: <4D0A95BC.8040509@redhat.com> Date: Thu, 16 Dec 2010 23:42:04 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1292536325-12881-1-git-send-email-weil@mail.berlios.de> In-Reply-To: <1292536325-12881-1-git-send-email-weil@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] win32: Fix CRLF problem in make_device_config.sh List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: QEMU Developers On 12/16/2010 10:52 PM, Stefan Weil wrote: > QEMU source code with CRLF line endings > which is quite common on windows hosts > fails with current make_device_config.sh. > > The awk script gets the name of the included > file with \r, so instead of pci.mak it will > search for pci.mak\r which of course does > not work. > > Fix this by removing any \r at end of line. Why isn't cygwin (or whatever you're using) removing it? Paolo