On Apr 5, 2003, Martin Pool <[EMAIL PROTECTED]> wrote: > Can you do > DISTCC_HOSTS=localhost make -j3 stage1 && > DISTCC_HOSTS='127.0.0.1 foo bar' make -j6 stage2 stage3
> ? In general, I run `make bootstrap' from the top-level, such that target libraries and other components of the toolchain are built as well, ideally in parallel with GCC (setting NOTPARALLEL=ok). There's nothing like stage1, stage2 and stage3 in the top-level. I believe there are such targets in the gcc sub-directory, but using them is definitely far from ideal. I realize there are many different ways to work around this problem, but I'd rather be able to do it with as little disruption to the conventional process as possible. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer [EMAIL PROTECTED], gcc.gnu.org} CS PhD student at IC-Unicamp [EMAIL PROTECTED], gnu.org} Free Software Evangelist Professional serial bug killer __ distcc mailing list http://distcc.samba.org/ To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
