On Mon, Apr 30, 2012 at 12:12:50PM +0200, Bjoern Michaelsen wrote:
> Once everything is in tail_build, num-cpus and max-jobs and GMAKE_OPTIONS can
> be removed and we simply take what was given on the commandline. So migrate to
> gbuild, for the greater good of everyone!
Amen.
D.
On Mon, Apr 30, 2012 at 10:28:09AM +0200, Tomáš Chvátal wrote:
> Splendid so I will just drop the max-jobs one.
> Now we have the GMAKE_OPTIONS that affect gbuild and --with-num-cpus that
> affects dmake right? Or they still kinda collide with each other?
They still collide below tail_build altho
Dne Po 30. dubna 2012 10:20:27, Bjoern Michaelsen napsal(a):
> Hi,
>
> On Mon, Apr 30, 2012 at 08:57:05AM +0200, Tomáš Chvátal wrote:
> > What will happen now if I build with:
> > ./configure --with-max-jobs2
> > make GMAKE_OPTIONS="-j30"
>
> make will be called with:
>
> make -j32 -j30
>
> and ex
Hi,
On Mon, Apr 30, 2012 at 08:57:05AM +0200, Tomáš Chvátal wrote:
> What will happen now if I build with:
> ./configure --with-max-jobs=32
> make GMAKE_OPTIONS="-j30"
make will be called with:
make -j32 -j30
and execute with 30 jobs.
> And second why the LO must be special and just don't acce
On Mon, Apr 30, 2012 at 1:57 AM, Tomáš Chvátal wrote:
> And second why the LO must be special and just don't accept the arguments like
> normal make process?
> So using "make -j30 -l9 -sr" should just work. Or is there some problem that
> you can't clean the parameters up when calling dmake?
You
Dne Po 30. dubna 2012 01:36:03, Bjoern Michaelsen napsal(a):
> export GMAKE_OPTIONS="-j30 -l9 -sr"
> make
>
> or
>
> make GMAKE_OPTIONS="-j30 -l9 -sr"
>
> should both allow you to build more optimal on a single (that is no
> distcc/icecream) 8-core system by taking in account system load.
>
Hi all,
along with the other changes GMAKE_OPTIONS should now be overrideable from the
environment or the commandline for those daring to try. That means:
export GMAKE_OPTIONS="-j30 -l9 -sr"
make
or
make GMAKE_OPTIONS="-j30 -l9 -sr"
should both allow you to build more optimal on a single (t