commit | 36cbbe5eb9857730768aa5f54ad94d69e0b2133d | [log] [tgz] |
---|---|---|
author | Benjamin LaHaise <bcrl@kvack.org> | Wed Feb 15 15:17:35 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Feb 15 15:32:21 2006 -0800 |
tree | 19b894c7ef1bcdfa519a5c9ad6d1a35f71e99578 | |
parent | 9f672004ab1a8094bec1785b39ac683ab9eebebc [diff] |
[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 <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>