bmake -j ?

2007-04-27 Thread Petr Janda
Is it possible to install stuff with bmake -j x from pkgsrc? I am 
running into various problems.


Petr


Re: bmake -j ?

2007-04-27 Thread Gergo Szakal
On Fri, 27 Apr 2007 19:15:22 +1000
Petr Janda [EMAIL PROTECTED] wrote:

 Is it possible to install stuff with bmake -j x from pkgsrc? I am 
 running into various problems.

Set the MAKE_JOBS variable in your environment or mk.conf.
Like:
# env MAKE_JOBS=2 bmake install clean

-- 
Gergo Szakal [EMAIL PROTECTED]
University Of Szeged, HU
Faculty Of General Medicine

/* Please do not CC me with replies, thank you. */


Re: bmake -j ?

2007-04-27 Thread Jeremy C. Reed
On Fri, 27 Apr 2007, Petr Janda wrote:

 Is it possible to install stuff with bmake -j x from pkgsrc? I am 
 running into various problems.

(Gergo already answered how.)

If you receive problems when using MAKE_JOBS=2 (or above) for all 
packages, set MAKE_JOB_SAFE=no for the specific packages with problems and 
let us know.

  Jeremy C. Reed


Re: bmake -j ?

2007-04-27 Thread Jeremy C. Reed
 If you receive problems when using MAKE_JOBS=2 (or above) for all 
 packages, set MAKE_JOB_SAFE=no for the specific packages with problems and 
 let us know.

With an S ... MAKE_JOBS_SAFE=no