From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWGtY-0007Wc-IL for qemu-devel@nongnu.org; Wed, 29 Jul 2009 17:41:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWGtU-0007Tj-P0 for qemu-devel@nongnu.org; Wed, 29 Jul 2009 17:41:08 -0400 Received: from [199.232.76.173] (port=40428 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWGtU-0007TV-Cp for qemu-devel@nongnu.org; Wed, 29 Jul 2009 17:41:04 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:36583) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWGtU-0000L5-1a for qemu-devel@nongnu.org; Wed, 29 Jul 2009 17:41:04 -0400 Received: from d03relay04.boulder.ibm.com (d03relay04.boulder.ibm.com [9.17.195.106]) by e38.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id n6TLbYp4027937 for ; Wed, 29 Jul 2009 15:37:34 -0600 Received: from d03av04.boulder.ibm.com (d03av04.boulder.ibm.com [9.17.195.170]) by d03relay04.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id n6TLf1DA159742 for ; Wed, 29 Jul 2009 15:41:01 -0600 Received: from d03av04.boulder.ibm.com (loopback [127.0.0.1]) by d03av04.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n6TLf0ko004747 for ; Wed, 29 Jul 2009 15:41:00 -0600 Message-ID: <4A70C1EB.8010308@us.ibm.com> Date: Wed, 29 Jul 2009 16:40:59 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1248893159-18785-1-git-send-email-aliguori@us.ibm.com> <1248893159-18785-6-git-send-email-aliguori@us.ibm.com> <25CDFEA0-532A-4D89-A694-7A3F7F322E90@suse.de> In-Reply-To: <25CDFEA0-532A-4D89-A694-7A3F7F322E90@suse.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 6/7] Add pc-bios as a git submodule List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "qemu-devel@nongnu.org" , Avi Kivity Alexander Graf wrote: > > > > > On 29.07.2009, at 20:45, Anthony Liguori wrote: > >> This will allow us to build pc-bios on demand >> > > > How do you get the submodule? Will there be a 'make sync' kind of > target that just grabs everything for me? > > I don't really want to mess with submodules when I don't have to. Actually, that reminds me that I need to handle the case where the submodules haven't been updated. But all you do is: git submodule update --init And everything will just work. -- Regards, Anthony Liguori