From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36635 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfXLL-0001X4-24 for qemu-devel@nongnu.org; Wed, 19 Jan 2011 07:40:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfXLH-0002GG-LY for qemu-devel@nongnu.org; Wed, 19 Jan 2011 07:40:54 -0500 Received: from srv1.whshost.com ([174.121.90.50]:36611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfXLH-0002Fd-9X for qemu-devel@nongnu.org; Wed, 19 Jan 2011 07:40:51 -0500 Received: from [82.110.183.162] (helo=[10.0.1.64]) by srv1.whshost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PfXLD-0004WM-7X for qemu-devel@nongnu.org; Wed, 19 Jan 2011 13:40:48 +0100 Message-ID: <4D36DCBE.8040901@loskot.net> Date: Wed, 19 Jan 2011 12:44:46 +0000 From: Mateusz Loskot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Missing roms/seabios/Makefile and roms/vgabios/Makefile List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi, Running ./configure (under MinGW/MSYS) and symlink gives up trying to create links to non-existing Makefiles in roms/seabios/Makefile roms/vgabios/Makefile Quick fix is to remove those Makefiles from the FILES list: diff --git a/configure b/configure index d68f862..92e2527 100755 --- a/configure +++ b/configure @@ -3235,7 +3235,6 @@ DIRS="$DIRS fsdev ui" FILES="Makefile tests/Makefile" FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit" FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps" -FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile" for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.dtb $source_path/pc-bios/openbios-*; do FILES="$FILES pc-bios/`basename $bios_file`" done Regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org Member of ACCU, http://accu.org