Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 6432] MAKE_NJOBS equals DISTCC_HOSTS# + 1 even if DISTCC_HOSTS is locally disabled

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 6432] MAKE_NJOBS equals DISTCC_HOSTS# + 1 even if DISTCC_HOSTS is locally disabled
  • Date: Thu, 25 Mar 2004 13:05:51 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=6432

eric AT sandall.us changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |eric AT sandall.us



------- Additional Comments From eric AT sandall.us 2004-03-25 13:05 -------
Perhaps not to 1, but instead:
if [ "$DISTCC" == "off" ]
MAKE_NJOBS=( $MAKE_NJOBS - $#DISTCC_HOSTS )
fi

(or however bash can do that) so that MAKE_NJOBS goes back to what you wanted
it
at before (in case you have an SMP machine)



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page