From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M5rVF-00047R-Ut for qemu-devel@nongnu.org; Sun, 17 May 2009 21:18:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M5rVB-00046X-V0 for qemu-devel@nongnu.org; Sun, 17 May 2009 21:18:53 -0400 Received: from [199.232.76.173] (port=37221 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M5rVB-00046Q-My for qemu-devel@nongnu.org; Sun, 17 May 2009 21:18:49 -0400 Received: from yw-out-1718.google.com ([74.125.46.152]:23533) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M5rVB-0001KB-EW for qemu-devel@nongnu.org; Sun, 17 May 2009 21:18:49 -0400 Received: by yw-out-1718.google.com with SMTP id 5so1700359ywr.82 for ; Sun, 17 May 2009 18:18:49 -0700 (PDT) Message-ID: <4A10B76C.7080807@codemonkey.ws> Date: Sun, 17 May 2009 20:18:36 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH 3/4] Update makefile to build roms References: <1242574141-18488-1-git-send-email-aliguori@us.ibm.com> <200905172304.22687.paul@codesourcery.com> <4A109D9F.9040207@codemonkey.ws> <200905180043.43205.paul@codesourcery.com> In-Reply-To: <200905180043.43205.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: Anthony Liguori , Dustin Kirkland , Glauber Costa , qemu-devel@nongnu.org, Avi Kivity , Alex Graf Paul Brook wrote: >> As long as we include binaries in our source tree, I think we ought to >> also include the source for those binaries. >> > > You aren't importing the source though. You're just add makefile hacks to > build it after it's been fetched from third party repositories. > My plan was to include the source in the actual releases though. I agree that the build integration bits are ugly. I'll have to think about this a little harder. Regards, Anthony Liguori > Paul >