From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58827 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PfvEH-0006Nc-QT for qemu-devel@nongnu.org; Thu, 20 Jan 2011 09:11:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PfvEG-0006hk-DS for qemu-devel@nongnu.org; Thu, 20 Jan 2011 09:11:13 -0500 Received: from srv1.whshost.com ([174.121.90.50]:35098) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PfvEG-0006hS-7A for qemu-devel@nongnu.org; Thu, 20 Jan 2011 09:11:12 -0500 Message-ID: <4D38436C.50508@loskot.net> Date: Thu, 20 Jan 2011 14:15:08 +0000 From: Mateusz Loskot MIME-Version: 1.0 Subject: Re: [Qemu-devel] Missing roms/seabios/Makefile and roms/vgabios/Makefile References: <4D36DCBE.8040901@loskot.net> <4D3813A5.6090206@loskot.net> <20110120105759.GA27019@stefanha-thinkpad.localdomain> In-Reply-To: <20110120105759.GA27019@stefanha-thinkpad.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 20/01/11 10:58, Stefan Hajnoczi wrote: > On Thu, Jan 20, 2011 at 10:51:17AM +0000, Mateusz Loskot wrote: >> On 19/01/11 18:07, Blue Swirl wrote: >>> On Wed, Jan 19, 2011 at 12:44 PM, Mateusz Loskot wrote: >>>> 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 >>> >>> Those directiories are actually git submodules, when you run 'git >>> submodule update', they get populated. >> >> Something is not quite working and I don't get anything populated. >> Here I tried under MinGW >> >> mloskot@dog /g/src/qemu/_git/master >> $ git pull >> Already up-to-date. >> >> mloskot@dog /g/src/qemu/_git/master >> $ git submodule update >> >> mloskot@dog /g/src/qemu/_git/master >> $ ls roms/seabios/ >> config.mak > > Make sure roms/{vgabios,seabios} are empty directories. > > $ git submodule init > $ git submodule update > > This should clone the vgabios and seabios repos and checkout the correct > commit. After this completes successfully you should have source trees > under roms/{vgabios,seabios}. I forgot about the "init" command. Works now. Thanks! Best regards, -- Mateusz Loskot, http://mateusz.loskot.net Charter Member of OSGeo, http://osgeo.org Member of ACCU, http://accu.org