From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMwTT-00089y-3W for qemu-devel@nongnu.org; Fri, 20 Sep 2013 04:54:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VMwTO-0007ft-8P for qemu-devel@nongnu.org; Fri, 20 Sep 2013 04:54:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:5557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VMwTO-0007fm-0R for qemu-devel@nongnu.org; Fri, 20 Sep 2013 04:53:58 -0400 Message-ID: <1379667231.3453.5.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 20 Sep 2013 10:53:51 +0200 In-Reply-To: <523B3E6C02000048000E414E@novprvoes0310.provo.novell.com> References: <1379624436-22845-1-git-send-email-brogers@suse.com> <1379624436-22845-2-git-send-email-brogers@suse.com> <523B3E6C02000048000E414E@novprvoes0310.provo.novell.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/3] roms: use formal MAKE variable reference in roms Makefile List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bruce Rogers Cc: qemu-devel@nongnu.org On Do, 2013-09-19 at 18:11 -0600, Bruce Rogers wrote: > >>> On 9/19/2013 at 03:00 PM, Bruce Rogers wrote: > > In order to properly support recursive make commands, convert > > references of make to be $(MAKE). This will for example enable > > parallel makes of each of the rom source trees covered by this > > makefile. > > > > I perhaps should clarify the above statement: This patch does not > fix parallel make issues present in this makefile, but rather just > permits parallel flags to be passed along for the make references > of each target, and to ensure consistent make references are > being done. Which is a rather pointless exercise IMO. When tackling parallel builds fix it for real please. cheers, Gerd