From owner-freebsd-current Sun Mar 30 15:35:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA21027 for current-outgoing; Sun, 30 Mar 1997 15:35:05 -0800 (PST) Received: from thelab.hub.org (hal-ns1-19.netcom.ca [207.181.94.83]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA21004 for ; Sun, 30 Mar 1997 15:34:59 -0800 (PST) Received: from thelab.hub.org (localhost [127.0.0.1]) by thelab.hub.org (8.8.5/8.8.2) with SMTP id TAA08612; Sun, 30 Mar 1997 19:34:45 -0400 (AST) Date: Sun, 30 Mar 1997 19:34:45 -0400 (AST) From: The Hermit Hacker To: "Jordan K. Hubbard" cc: current@FreeBSD.org Subject: Re: make -j3 on make world? In-Reply-To: <23854.859763775@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 30 Mar 1997, Jordan K. Hubbard wrote: > > The only change is adding ${MAKEFLAGS} to the ${MAKE} line so > > that the -j3 flag carried down into the subdir's, so that make world > > works with parellel make... > > That seems an entirely reasonable change - I can't see any reason > why you *wouldn't* want MAKEFLAGS passed. Of course, this is also > not the only place where ${MAKE} is used without makeflags (heh, > and I always thought make passed MAKEFLAGS down *implicitly* to > submakes as a special case). > I'm still playing with it, buts its the only place I've found so far that makes a difference, at least as far as -j3 was concerned.. Having just thought about it, though...you *can* specify -j3 inside of /etc/make.conf as well, but putting in a line of 'MAKEFLAGS= -j3', so I'm going to add (commented out) that to /etc/make.conf and document that as well...