Date: Mon, 7 May 2001 21:11:26 -0500 From: Will Andrews <will@physics.purdue.edu> To: Akinori MUSHA <knu@iDaemons.org> Cc: Will Andrews <will@physics.purdue.edu>, 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> In-Reply-To: <864ruwn0uz.wl@archon.local.idaemons.org>; from knu@iDaemons.org on Tue, May 08, 2001 at 09:25:08AM %2B0900 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010507211125.T3246>