[distcc] feature request: command-line switch to avoid using localhost

Martin Pool mbp at sourcefrog.net
Sat Apr 5 23:34:48 GMT 2003


Can you do 

  DISTCC_HOSTS=localhost make -j3 stage1 && 
   DISTCC_HOSTS='127.0.0.1 foo bar' make -j6 stage2 stage3

?

-- 
Martin


More information about the distcc mailing list