https://github.com/torvalds/linux
Revision 36cbbe5eb9857730768aa5f54ad94d69e0b2133d authored by Benjamin LaHaise on 15 February 2006, 23:17:35 UTC, committed by Linus Torvalds on 15 February 2006, 23:32:21 UTC
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>
1 parent 9f67200
History
Tip revision: 36cbbe5eb9857730768aa5f54ad94d69e0b2133d authored by Benjamin LaHaise on 15 February 2006, 23:17:35 UTC
[PATCH] kbuild: revert "fix make -jN with multiple targets with O=..."
Tip revision: 36cbbe5
File Mode Size
Kconfig -rw-r--r-- 472 bytes
Kconfig.iosched -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 287 bytes
as-iosched.c -rw-r--r-- 46.9 KB
cfq-iosched.c -rw-r--r-- 58.2 KB
deadline-iosched.c -rw-r--r-- 20.9 KB
elevator.c -rw-r--r-- 18.5 KB
genhd.c -rw-r--r-- 18.3 KB
ioctl.c -rw-r--r-- 7.1 KB
ll_rw_blk.c -rw-r--r-- 96.4 KB
noop-iosched.c -rw-r--r-- 2.6 KB
scsi_ioctl.c -rw-r--r-- 14.5 KB

back to top