From: Sam Ravnborg Date: Sun, 15 Jan 2006 19:02:31 +0000 (+0100) Subject: kbuild: fix make -jN with multiple targets with O=... X-Git-Tag: v2.6.16-rc1~95^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=296e0855b0f9a4ec9be17106ac541745a55b2ce1;p=pandora-kernel.git kbuild: fix make -jN with multiple targets with O=... The way multiple targets was handled with make O=... broke because for each high-level target make spawned a parallel make resulting in a broken build. Reported by Keith Owens Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed