Re: [Qemu-devel] [PATCH 1/3] roms: use formal MAKE variable reference in roms Makefile

2013-09-20 Thread Gerd Hoffmann
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 covere

Re: [Qemu-devel] [PATCH 1/3] roms: use formal MAKE variable reference in roms Makefile

2013-09-19 Thread Bruce Rogers
>>> 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 s

[Qemu-devel] [PATCH 1/3] roms: use formal MAKE variable reference in roms Makefile

2013-09-19 Thread Bruce Rogers
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. Signed-off-by: Bruce Rogers --- roms/Makefile | 14 +++--- 1 files changed, 7 insertions