From owner-freebsd-current Sun Oct 5 17:33:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19905 for current-outgoing; Sun, 5 Oct 1997 17:33:25 -0700 (PDT) (envelope-from owner-freebsd-current) Received: from zippy.dyn.ml.org (haiti-89.ppp.hooked.net [206.169.228.89]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19900 for ; Sun, 5 Oct 1997 17:33:22 -0700 (PDT) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.7/8.8.7) with SMTP id RAA01595 for ; Sun, 5 Oct 1997 17:33:53 -0700 (PDT) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Sun, 5 Oct 1997 17:33:53 -0700 (PDT) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org Reply-To: Alex To: current@freebsd.org Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... In-Reply-To: <199710052231.QAA18045@Ilsa.StevesCafe.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 5 Oct 1997, Steve Passe wrote: > Hi, > > Here are my results with the new parallel-make capable files. I want to > thank Nickolay Dudorov for having done most of the grunt work on this, > good job Nickolay! > Time savings with -j12: > > 27 minutes, 0.57 seconds > > COPTFLAGS= -pipe Three questions. What about making that (-pipe) a standard option for all of the Makefiles? Also, has anyone looked at making the kernel build src/sys "parallel-make" safe? How many jobs -jX would provide the best speedup on a UP system? - alex