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-- 18.3 KB
Makefile -rw-r--r-- 921 bytes
calibrate.c -rw-r--r-- 4.7 KB
do_mounts.c -rw-r--r-- 9.0 KB
do_mounts.h -rw-r--r-- 1.7 KB
do_mounts_devfs.c -rw-r--r-- 2.8 KB
do_mounts_initrd.c -rw-r--r-- 3.0 KB
do_mounts_md.c -rw-r--r-- 7.5 KB
do_mounts_rd.c -rw-r--r-- 10.0 KB
initramfs.c -rw-r--r-- 10.7 KB
main.c -rw-r--r-- 17.0 KB
version.c -rw-r--r-- 748 bytes

back to top