From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bUZfL-0006Sy-7y for qemu-devel@nongnu.org; Tue, 02 Aug 2016 09:23:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bUZfH-0003Ti-5z for qemu-devel@nongnu.org; Tue, 02 Aug 2016 09:23:27 -0400 Message-ID: <1470143831.12584.31.camel@kernel.crashing.org> From: Benjamin Herrenschmidt Date: Tue, 02 Aug 2016 23:17:11 +1000 In-Reply-To: <1470135189.30562.89.camel@redhat.com> References: <1469608053.5978.132.camel@kernel.crashing.org> <20160728055102.GE2588@voom.fritz.box> <1470080328.30562.70.camel@redhat.com> <1470086678.5978.373.camel@kernel.crashing.org> <1470115519.30562.80.camel@redhat.com> <1470116113.12584.10.camel@kernel.crashing.org> <1470128146.30562.88.camel@redhat.com> <1470129427.12584.22.camel@kernel.crashing.org> <1470135189.30562.89.camel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ppc: Add MacOS VGA driver ROM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: David Gibson , Mark Cave-Ayland , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf On Tue, 2016-08-02 at 12:53 +0200, Gerd Hoffmann wrote: > > I did notice that having Makefiles in the roms directory make > > git submodule barf ... I had to remove them for it to be able > > to clone the submodules. > > I mean roms/Makefile, not roms/$submodule/Makefile I see, ok well, we'll see when I get a chance to look at doing Makefiles for OS X... right now I build this using an IDE so it won't do that much good. Anyway, not terribly urgent. I'm reworking a whole pile of the Mac emulation, trying to bring it to a more decent state, so that's only part of the picture. Cheers, Ben.