>>> On 9/19/2013 at 03:00 PM, Bruce Rogers <brog...@suse.com> 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. Bruce