From: Benjamin LaHaise Date: Wed, 15 Feb 2006 23:17:35 +0000 (-0800) Subject: [PATCH] kbuild: revert "fix make -jN with multiple targets with O=..." X-Git-Tag: v2.6.16-rc4~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36cbbe5eb9857730768aa5f54ad94d69e0b2133d;p=pandora-kernel.git [PATCH] kbuild: revert "fix make -jN with multiple targets with O=..." Commit 296e0855b0f9a4ec9be17106ac541745a55b2ce1: "kbuild: fix make -jN with multiple targets with O=..." causes a ~95% increase in build time for the kernel. Before: 4m21s after: 8m1.403s. Can we revert this until another approach is found? Cc: Sam Ravnborg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed