On Sep 30, 2002, Ajay Agrawalla <[EMAIL PROTECTED]> wrote: > My makefile has some local commands like copying a config file to the build > locations etc.
These are never executed using distcc. You only get distcc if you have distcc somewhere in the command line. It won't mess up with arbitrary commands. I'd guess that you're actually missing some dependency that causes some compilation that depends on the file being copied to run while the file is still being copied. > Another question.. How do force the distcc to wait to compile a new > directory ONLY after another directory is finished. You adjust your Makefiles such that it doesn't ask distcc to do it. distcc has no notion of Makefiles or directories, it just tries to distribute whatever it is asked to, when it is asked to. -- Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/ Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org} CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org} Free Software Evangelist Professional serial bug killer _______________________________________________ distcc mailing list [EMAIL PROTECTED] http://lists.samba.org/cgi-bin/mailman/listinfo/distcc
