From owner-freebsd-current Mon Oct 6 09:58:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA10797 for current-outgoing; Mon, 6 Oct 1997 09:58:52 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA10791 for ; Mon, 6 Oct 1997 09:58:50 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id JAA05162 for ; Mon, 6 Oct 1997 09:58:08 -0700 (PDT) To: current@freebsd.org Subject: src/Makefile all sorted out. Date: Mon, 06 Oct 1997 09:58:08 -0700 Message-ID: <5158.876157088@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk OK, /usr/src/Makefile should be both properly "parallelized" and merged now. As most folks have already figured out, -j4 seems to help uniprocessor boxes to build the world faster (mostly because a typical compile spends a lot of its time waiting for I/O) though much past -j4 and it becomes a question of diminishing returns. I've tried -j6, -j8 and -j12 just for laughs on a P6/200 with 128MB of memory and the build time did, indeed, increase past -j4. My SMP box is still in the process of being constructed, so you'll have to wait before I can tell you whether or not -j8 follows this trend for 2 P6/200 CPUs. :-) Jordan