Date: Sun, 5 Oct 1997 22:02:06 -0700 (PDT) From: Alex <garbanzo@hooked.net> To: Steve Passe <smp@csn.net> Cc: 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 ... Message-ID: <Pine.BSF.3.96.971005215948.865J-100000@zippy.dyn.ml.org> In-Reply-To: <199710060453.WAA19297@Ilsa.StevesCafe.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 5 Oct 1997, Steve Passe wrote: > Hi, > > > On Sun, 5 Oct 1997, Steve Passe wrote: > > > > > Hi, > > > > > > > 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? > > > > > > the kernel build has been parallel safe for a long time. -j4 is about right > > > for a UP system last time I checked. > > > > No. It's not. It blechs on the pcm driver, and I think the ahc driver. > > Perhaps something else too. > > don't know about pcm, but ahc is no problem, I've been doing it for months: make -j4 quits after a few seconds on my lowly system, right after running config ZIPPY. ccd bugs it (which I should take out of my config file anyways). --- ccd.o --- In file included from ../../dev/ccd/ccd.c:112: ../../sys/vnode.h:439: vnode_if.h: No such file or directory *** Error code 1 1 error - alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971005215948.865J-100000>