From owner-cvs-all Mon May 7 19:16:32 2001 Delivered-To: cvs-all@freebsd.org Received: from casimir.physics.purdue.edu (casimir.physics.purdue.edu [128.210.146.111]) by hub.freebsd.org (Postfix) with ESMTP id B373A37B423; Mon, 7 May 2001 19:16:24 -0700 (PDT) (envelope-from will@physics.purdue.edu) Received: by casimir.physics.purdue.edu (Postfix, from userid 1000) id 2A8FF1BD1D; Mon, 7 May 2001 21:11:26 -0500 (EST) Date: Mon, 7 May 2001 21:11:26 -0500 From: Will Andrews To: Akinori MUSHA Cc: Will Andrews , sobomax@FreeBSD.org, mi@misha.privatelabs.com, eric@FreeBSD.org, kris@obsecurity.org, kris@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: port policies Message-ID: <20010507211125.T3246@casimir.physics.purdue.edu> Reply-To: Will Andrews Mail-Followup-To: Will Andrews , Akinori MUSHA , sobomax@FreeBSD.org, mi@misha.privatelabs.com, eric@FreeBSD.org, kris@obsecurity.org, kris@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200105072251.f47MpH024922@Mail-In.Net> <20010507185852.M3246@casimir.physics.purdue.edu> <867kzsn15q.wl@archon.local.idaemons.org> <20010507191738.Q3246@casimir.physics.purdue.edu> <864ruwn0uz.wl@archon.local.idaemons.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <864ruwn0uz.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Tue, May 08, 2001 at 09:25:08AM +0900 X-Operating-System: Linux 2.2.18 sparc64 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, May 08, 2001 at 09:25:08AM +0900, Akinori MUSHA wrote: > At Mon, 7 May 2001 19:17:38 -0500, > Will Andrews wrote: > > On Tue, May 08, 2001 at 09:18:41AM +0900, Akinori MUSHA wrote: > > > Okay, use this new patch then. > > > > Umm.. nope. :) > > > > MAKE_JOBS?= -j1 > > > > .if defined(MAKE_JOBS_SAFE) > > MAKE_ARGS+= ${MAKE_JOBS} > > .endif > > Hmm, I don't think "make" and "make -j1" do the same, as long as I > believe what the make(1) manpage says: > > -j max_jobs > Specify the maximum number of jobs that make may have running at > any one time. Turns compatibility mode off, unless the B flag is > also specified. ok then: MAKE_JOBS?= 1 .if defined(MAKE_JOBS_SAFE) && ${MAKE_JOBS} > 1 MAKE_ARGS+= -j${MAKE_JOBS} .endif -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message