From owner-freebsd-smp Mon Nov 3 00:25:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA16947 for smp-outgoing; Mon, 3 Nov 1997 00:25:00 -0800 (PST) (envelope-from owner-freebsd-smp) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA16930 for ; Mon, 3 Nov 1997 00:24:57 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id AAA08147; Mon, 3 Nov 1997 00:24:37 -0800 (PST) To: Wolfram Schneider cc: Chuck Robey , smp@freebsd.org Subject: Re: Some SMP timing tests. In-reply-to: Your message of "03 Nov 1997 09:10:10 +0100." Date: Mon, 03 Nov 1997 00:24:37 -0800 Message-ID: <8144.878545477@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > /usr/bin/time -l make -j 12 buildworld: > > 5389.14 real 3229.98 user 2902.01 sys > > With patched Makefile and bsd.subdir.mk, same command: > > 2780.55 real 1696.39 user 1571.73 sys > > I doubt that the patch can reduce the time up to 50%. Hmmm. Are you sure this works with the world target? I applied the patch and ran a make world with it, and it died here: ===> lib ===> lib/csu/i386 install -C -o bin -g bin -m 444 /usr/src/lib/csu/i386/dlfcn.h /usr/include install -c -o bin -g bin -m 444 crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o /usr/l ib install: crt0.o: No such file or directory *** Error code 71 Stop. [During the "make all install" phase] Jordan